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

Function SelectBaseParams

src/chainparamsbase.cpp:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45void SelectBaseParams(const std::string& chain)
46{
47 globalChainBaseParams = CreateBaseChainParams(chain);
48 gArgs.SelectConfigNetwork(chain);
49}

Callers 2

AppInitRPCFunction · 0.85
SelectParamsFunction · 0.85

Calls 2

CreateBaseChainParamsFunction · 0.85
SelectConfigNetworkMethod · 0.80

Tested by

no test coverage detected