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

Function SelectParams

src/chainparams.cpp:485–489  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

483}
484
485void SelectParams(const std::string& network)
486{
487 SelectBaseParams(network);
488 globalChainParams = CreateChainParams(network);
489}
490
491void UpdateVersionBitsParameters(Consensus::DeploymentPos d, int64_t nStartTime, int64_t nTimeout)
492{

Callers 8

AppInitRawTxFunction · 0.85
AppInitFunction · 0.85
BOOST_AUTO_TEST_CASEFunction · 0.85
BasicTestingSetupMethod · 0.85
mainFunction · 0.85
paymentServerTestsMethod · 0.85
selectParamsMethod · 0.85
AssembleBlockFunction · 0.85

Calls 2

SelectBaseParamsFunction · 0.85
CreateChainParamsFunction · 0.85

Tested by 4

BOOST_AUTO_TEST_CASEFunction · 0.68
BasicTestingSetupMethod · 0.68
mainFunction · 0.68
paymentServerTestsMethod · 0.68