This commit is contained in:
jl777
2016-11-09 09:38:46 -03:00
parent 6e575e4367
commit cc66cf7230

View File

@@ -367,7 +367,7 @@ void komodo_connectblock(CBlockIndex *pindex,CBlock& block)
while ( KOMODO_REALTIME == 0 || time(NULL) <= KOMODO_REALTIME )
{
fprintf(stderr,"komodo_connect.(%s) waiting for realtime RT.%u now.%u\n",ASSETCHAINS_SYMBOL,KOMODO_REALTIME,(uint32_t)time(NULL));
sleep(3);
sleep(30);
}
}
KOMODO_REALTIME = KOMODO_INITDONE = (uint32_t)time(NULL);