Skip to content

Commit 325e400

Browse files
committed
[Qt] Do proper shutdown
1 parent 9479f8d commit 325e400

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/qt/bitcoin.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,8 @@ void BitcoinApplication::requestShutdown()
444444
delete clientModel;
445445
clientModel = 0;
446446

447+
StartShutdown();
448+
447449
// Request shutdown from core thread
448450
Q_EMIT requestedShutdown();
449451
}

0 commit comments

Comments
 (0)