mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
rpc: Make unloadwallet wait for complete wallet unload
This commit is contained in:
parent
e7b88ecbc9
commit
c37851de57
5 changed files with 56 additions and 12 deletions
|
|
@ -262,10 +262,10 @@ void Shutdown(InitInterfaces& interfaces)
|
|||
LogPrintf("%s: Unable to remove pidfile: %s\n", __func__, e.what());
|
||||
}
|
||||
#endif
|
||||
interfaces.chain_clients.clear();
|
||||
UnregisterAllValidationInterfaces();
|
||||
GetMainSignals().UnregisterBackgroundSignalScheduler();
|
||||
GetMainSignals().UnregisterWithMempoolSignals(mempool);
|
||||
interfaces.chain_clients.clear();
|
||||
globalVerifyHandle.reset();
|
||||
ECC_Stop();
|
||||
LogPrintf("%s: done\n", __func__);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue