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

Function MakeWalletInit

src/init/bitcoin-wallet.cpp:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7namespace interfaces {
8std::unique_ptr<Init> MakeWalletInit(int argc, char* argv[], int& exit_status)
9{
10 return std::make_unique<Init>();
11}
12} // namespace interfaces

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected