This commit is contained in:
jl777
2017-03-20 21:25:19 +02:00
parent 9ee6ccb43f
commit 7f6ddefd12
2 changed files with 46 additions and 40 deletions

View File

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