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

Function MakeNodeInit

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

Source from the content-addressed store, hash-verified

38
39namespace interfaces {
40std::unique_ptr<Init> MakeNodeInit(NodeContext& node, int argc, char* argv[], int& exit_status)
41{
42 return std::make_unique<init::BitcoindInit>(node);
43}
44} // namespace interfaces

Callers 1

mainFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected