MCPcopy Create free account
hub / github.com/Bitcoin-ABC/bitcoin-abc / MakeChain

Function MakeChain

src/node/interfaces.cpp:830–833  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

828 return std::make_unique<node::NodeImpl>(context);
829}
830std::unique_ptr<Chain> MakeChain(node::NodeContext &node,
831 const CChainParams &params) {
832 return std::make_unique<node::ChainImpl>(node, params);
833}
834} // namespace interfaces

Callers 11

AppInitInterfacesFunction · 0.85
AppInitMainFunction · 0.85
LoadWalletFunction · 0.85
BOOST_AUTO_TEST_CASEFunction · 0.85
BOOST_FIXTURE_TEST_CASEFunction · 0.85
BOOST_FIXTURE_TEST_CASEFunction · 0.85
BOOST_FIXTURE_TEST_CASEFunction · 0.85
WithAvalancheMethod · 0.85
BasicTestingSetupMethod · 0.85
CoinSelectionFunction · 0.85
BnBExhaustionFunction · 0.85

Calls

no outgoing calls

Tested by 7

LoadWalletFunction · 0.68
BOOST_AUTO_TEST_CASEFunction · 0.68
BOOST_FIXTURE_TEST_CASEFunction · 0.68
BOOST_FIXTURE_TEST_CASEFunction · 0.68
BOOST_FIXTURE_TEST_CASEFunction · 0.68
WithAvalancheMethod · 0.68
BasicTestingSetupMethod · 0.68