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

Function SelectBaseParams

src/chainparamsbase.cpp:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void SelectBaseParams(const ChainType chain)
58{
59 globalChainBaseParams = CreateBaseChainParams(chain);
60 gArgs.SelectConfigNetwork(ChainTypeToString(chain));
61}

Callers 2

AppInitRPCFunction · 0.85
SelectParamsFunction · 0.85

Calls 3

CreateBaseChainParamsFunction · 0.85
ChainTypeToStringFunction · 0.85
SelectConfigNetworkMethod · 0.80

Tested by

no test coverage detected