From 43a3c405d82721d36ab434b7eebe8108dd2aaf46 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 29 Oct 2016 13:52:13 -0300 Subject: [PATCH] test --- src/bitcoind.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/bitcoind.cpp b/src/bitcoind.cpp index ce398c02d..f5601ab77 100644 --- a/src/bitcoind.cpp +++ b/src/bitcoind.cpp @@ -32,6 +32,8 @@ */ static bool fDaemon; +extern char ASSETCHAINS_SYMBOL[16]; +void komodo_gateway_iteration(char *symbol); void WaitForShutdown(boost::thread_group* threadGroup) { @@ -39,7 +41,8 @@ void WaitForShutdown(boost::thread_group* threadGroup) // Tell the main threads to shutdown. while (!fShutdown) { - MilliSleep(200); + MilliSleep(2000); + komodo_gateway_iteration(ASSETCHAINS_SYMBOL); fShutdown = ShutdownRequested(); } if (threadGroup)