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

Function StopWallets

src/wallet/load.cpp:161–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161void StopWallets(WalletContext& context)
162{
163 for (const std::shared_ptr<CWallet>& pwallet : GetWallets(context)) {
164 pwallet->Close();
165 }
166}
167
168void UnloadWallets(WalletContext& context)
169{

Callers 1

stopMethod · 0.85

Calls 2

GetWalletsFunction · 0.85
CloseMethod · 0.45

Tested by

no test coverage detected