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

Function MakeWalletInit

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

Source from the content-addressed store, hash-verified

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

Callers 1

bitcoin-wallet.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected