mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Merge #9408: Allow shutdown during LoadMempool, dump only when necessary
325e400[Qt] Do proper shutdown (Jonas Schnelli)9479f8dAllow shutdown during LoadMempool, dump only when necessary (Jonas Schnelli)
This commit is contained in:
commit
46b249e578
3 changed files with 8 additions and 1 deletions
|
|
@ -444,6 +444,8 @@ void BitcoinApplication::requestShutdown()
|
|||
delete clientModel;
|
||||
clientModel = 0;
|
||||
|
||||
StartShutdown();
|
||||
|
||||
// Request shutdown from core thread
|
||||
Q_EMIT requestedShutdown();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue