This commit is contained in:
jl777
2016-11-08 13:03:24 -03:00
parent ec7ad5f657
commit c021b87142
2 changed files with 2 additions and 3 deletions

View File

@@ -122,9 +122,8 @@ CBlockTemplate* CreateNewBlock(const CScript& scriptPubKeyIn)
if ( KOMODO_INITDONE == 0 || time(NULL) < KOMODO_INITDONE+60 || KOMODO_REALTIME == 0 )
{
fprintf(stderr,"INITDONE.%d RT.%d deposits %.8f\n",KOMODO_INITDONE,KOMODO_REALTIME,(double)deposits/COIN);
continue;
}
if ( deposits != 0 )
else if ( deposits != 0 )
break;
sleep(10);
}