From ea6bdd9bf2c8c5989bddd7d38ca13f4d99eecf12 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 17 Mar 2017 06:40:33 +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 63adecece..3abaef959 100644 --- a/src/bitcoind.cpp +++ b/src/bitcoind.cpp @@ -42,7 +42,7 @@ void WaitForShutdown(boost::thread_group* threadGroup) while (!fShutdown) { //fprintf(stderr,"call passport iteration\n"); - MilliSleep(10000); + MilliSleep(10000/100); komodo_passport_iteration(); fShutdown = ShutdownRequested(); }