This commit is contained in:
Christopher Jeffrey 2014-11-18 13:26:24 -08:00
parent 7fd22317e7
commit 65e4ffddda
1 changed files with 2 additions and 1 deletions

View File

@ -858,7 +858,8 @@ start_node_thread(void) {
}
Shutdown();
// bitcoind is shutdown, notify the main thread.
// bitcoind is shutdown. Notify the main thread
// which is polling this variable:
shutdown_complete = true;
}