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

Method Stop

src/wallet/init.cpp:258–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258void WalletInit::Stop() const
259{
260 for (const std::shared_ptr<CWallet>& pwallet : GetWallets()) {
261 pwallet->Flush(true);
262 }
263}
264
265void WalletInit::Close() const
266{

Callers

nothing calls this directly

Calls 2

GetWalletsFunction · 0.85
FlushMethod · 0.45

Tested by

no test coverage detected