MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / MakeNodeInit

Function MakeNodeInit

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

Source from the content-addressed store, hash-verified

44
45namespace interfaces {
46std::unique_ptr<Init> MakeNodeInit(NodeContext& node, int argc, char* argv[], int& exit_status)
47{
48 return std::make_unique<init::BitcoindInit>(node);
49}
50} // namespace interfaces

Callers 1

bitcoind.cppFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected