mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-21 12:18:13 +02:00
[wallet] Add FlushWallets() function to wallet/init.cpp
This commit is contained in:
@@ -22,4 +22,7 @@ bool VerifyWallets();
|
||||
//! Load wallet databases.
|
||||
bool OpenWallets();
|
||||
|
||||
//! Flush all wallets in preparation for shutdown.
|
||||
//! Call with shutdown = true to actually shutdown the wallet.
|
||||
void FlushWallets(bool shutdown);
|
||||
#endif // BITCOIN_WALLET_INIT_H
|
||||
|
||||
Reference in New Issue
Block a user