diff options
Diffstat (limited to 'src/wallet/init.h')
-rw-r--r-- | src/wallet/init.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/wallet/init.h b/src/wallet/init.h index 5445c72d1c..c06b058474 100644 --- a/src/wallet/init.h +++ b/src/wallet/init.h @@ -23,6 +23,8 @@ bool VerifyWallets(); bool OpenWallets(); //! Flush all wallets in preparation for shutdown. -//! Call with shutdown = true to actually shutdown the wallet. -void FlushWallets(bool shutdown); +void FlushWallets(); + +//! Stop all wallets. Wallets will be flushed first. +void StopWallets(); #endif // BITCOIN_WALLET_INIT_H |