MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / SelectBaseParams

Function SelectBaseParams

src/chainparamsbase.cpp:118–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118void SelectBaseParams(const std::string& chain)
119{
120 pCurrentBaseParams = &BaseParams(chain);
121}
122
123std::string ChainNameFromCommandLine()
124{

Callers 2

AppInitRPCFunction · 0.85
SelectParamsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected