From 65e4ffddda2b7eee604c785492c515adb9ce099e Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Tue, 18 Nov 2014 13:26:24 -0800 Subject: [PATCH] comment. --- src/bitcoindjs.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bitcoindjs.cc b/src/bitcoindjs.cc index 6aa79b70..a886f6d5 100644 --- a/src/bitcoindjs.cc +++ b/src/bitcoindjs.cc @@ -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; }