Skip to content

Commit

Permalink
Fix reindexing not stopping in normal GUI shutdown
Browse files Browse the repository at this point in the history
Fixes #314
  • Loading branch information
zander committed Oct 3, 2017
1 parent c4d6ca7 commit 25aed6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qt/bitcoin.cpp
Expand Up @@ -412,6 +412,7 @@ void BitcoinApplication::requestInitialize()
void BitcoinApplication::requestShutdown()
{
qDebug() << __func__ << ": Requesting shutdown";
StartShutdown(); // shut down bitcoind processes (for instance reindex)
startThread();
window->hide();
window->setClientModel(0);
Expand Down

0 comments on commit 25aed6b

Please sign in to comment.