This commit is contained in:
Christopher Jeffrey 2014-11-18 13:26:24 -08:00
parent 7fd22317e7
commit 65e4ffddda

View File

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