aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/init.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wallet/init.h')
-rw-r--r--src/wallet/init.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wallet/init.h b/src/wallet/init.h
index a66b359439..5445c72d1c 100644
--- a/src/wallet/init.h
+++ b/src/wallet/init.h
@@ -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