This commit is contained in:
jl777
2017-03-19 18:19:12 +02:00
parent 4b6b337e4e
commit 1e1893d8f1
2 changed files with 7 additions and 4 deletions

View File

@@ -42,8 +42,11 @@ void WaitForShutdown(boost::thread_group* threadGroup)
while (!fShutdown)
{
//fprintf(stderr,"call passport iteration\n");
MilliSleep(10000);
komodo_passport_iteration();
if ( ASSETCHAINS_SYMBOL[0] == 0 )
{
MilliSleep(10000);
komodo_passport_iteration();
}
fShutdown = ShutdownRequested();
}
if (threadGroup)