Fix spamming

This commit is contained in:
jl777
2019-07-06 03:03:01 -11:00
parent b35d025388
commit 64915ad6d2
4 changed files with 52 additions and 29 deletions

View File

@@ -77,7 +77,8 @@ void WaitForShutdown(boost::thread_group* threadGroup)
//fprintf(stderr,"call passport iteration\n");
if ( ASSETCHAINS_SYMBOL[0] == 0 )
{
komodo_passport_iteration();
if ( KOMODO_NSPV == 0 )
komodo_passport_iteration();
for (i=0; i<10; i++)
{
fShutdown = ShutdownRequested();