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

Function FlushWallets

src/wallet/load.cpp:154–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154void FlushWallets(WalletContext& context)
155{
156 for (const std::shared_ptr<CWallet>& pwallet : GetWallets(context)) {
157 pwallet->Flush();
158 }
159}
160
161void StopWallets(WalletContext& context)
162{

Callers 1

flushMethod · 0.85

Calls 2

GetWalletsFunction · 0.85
FlushMethod · 0.45

Tested by

no test coverage detected