From 38671f757e116b6b1351518f3dd105927c6153ab Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 26 Feb 2017 15:21:03 +0200 Subject: [PATCH] Test --- src/bitcoind.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bitcoind.cpp b/src/bitcoind.cpp index c751dca21..63adecece 100644 --- a/src/bitcoind.cpp +++ b/src/bitcoind.cpp @@ -41,7 +41,7 @@ void WaitForShutdown(boost::thread_group* threadGroup) // Tell the main threads to shutdown. while (!fShutdown) { - fprintf(stderr,"call passport iteration\n"); + //fprintf(stderr,"call passport iteration\n"); MilliSleep(10000); komodo_passport_iteration(); fShutdown = ShutdownRequested();