MCPcopy Create free account
hub / github.com/ElementsProject/elements / makeChain

Method makeChain

src/init/bitcoind.cpp:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 }
27 std::unique_ptr<interfaces::Node> makeNode() override { return interfaces::MakeNode(m_node); }
28 std::unique_ptr<interfaces::Chain> makeChain() override { return interfaces::MakeChain(m_node); }
29 std::unique_ptr<interfaces::WalletLoader> makeWalletLoader(interfaces::Chain& chain) override
30 {
31 return MakeWalletLoader(chain, *Assert(m_node.args));

Callers

nothing calls this directly

Calls 1

MakeChainFunction · 0.85

Tested by

no test coverage detected