mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-18 22:35:39 +01:00
[wallet] Add StopWallets() function to wallet/init.cpp
This commit is contained in:
@@ -189,7 +189,7 @@ void Shutdown()
|
||||
StopRPC();
|
||||
StopHTTPServer();
|
||||
#ifdef ENABLE_WALLET
|
||||
FlushWallets(false);
|
||||
FlushWallets();
|
||||
#endif
|
||||
MapPort(false);
|
||||
UnregisterValidationInterface(peerLogic.get());
|
||||
@@ -244,7 +244,7 @@ void Shutdown()
|
||||
pblocktree = nullptr;
|
||||
}
|
||||
#ifdef ENABLE_WALLET
|
||||
FlushWallets(true);
|
||||
StopWallets();
|
||||
#endif
|
||||
|
||||
#if ENABLE_ZMQ
|
||||
|
||||
Reference in New Issue
Block a user