|
|
|
@ -23,6 +23,8 @@ bool VerifyWallets();
@@ -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
|
|
|
|
|