MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / Close

Method Close

src/wallet/init.cpp:265–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263}
264
265void WalletInit::Close() const
266{
267 for (const std::shared_ptr<CWallet>& pwallet : GetWallets()) {
268 RemoveWallet(pwallet);
269 }
270}

Callers

nothing calls this directly

Calls 2

GetWalletsFunction · 0.85
RemoveWalletFunction · 0.85

Tested by

no test coverage detected