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

Method makeChain

src/init/bitcoin-qt.cpp:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

MakeChainFunction · 0.85

Tested by

no test coverage detected