From 062d63102eb1e90168d28589de8bf182e9a6a7d3 Mon Sep 17 00:00:00 2001 From: John Newbery Date: Mon, 28 Aug 2017 12:41:33 -0400 Subject: [wallet] Add CloseWallets() function to wallet/init.cpp --- src/wallet/init.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/wallet/init.h') diff --git a/src/wallet/init.h b/src/wallet/init.h index c06b058474..1be2ef9273 100644 --- a/src/wallet/init.h +++ b/src/wallet/init.h @@ -27,4 +27,8 @@ void FlushWallets(); //! Stop all wallets. Wallets will be flushed first. void StopWallets(); + +//! Close all wallets. +void CloseWallets(); + #endif // BITCOIN_WALLET_INIT_H -- cgit v1.2.3