| 256 | } |
| 257 | |
| 258 | void WalletInit::Stop() const |
| 259 | { |
| 260 | for (const std::shared_ptr<CWallet>& pwallet : GetWallets()) { |
| 261 | pwallet->Flush(true); |
| 262 | } |
| 263 | } |
| 264 | |
| 265 | void WalletInit::Close() const |
| 266 | { |
nothing calls this directly
no test coverage detected