Skip to content

Commit

Permalink
[Qt] Do proper shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasschnelli authored and furszy committed Jan 18, 2021
1 parent e60da98 commit 5d949de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/qt/pivx.cpp
Expand Up @@ -464,6 +464,8 @@ void BitcoinApplication::requestShutdown()
// Show a simple window indicating shutdown status
ShutdownWindow::showShutdownWindow(window);

StartShutdown();

// Request shutdown from core thread
Q_EMIT requestedShutdown();
}
Expand Down

0 comments on commit 5d949de

Please sign in to comment.