This commit is contained in:
jl777
2016-11-21 10:46:56 -03:00
parent 253917191b
commit 17899df4ff
2 changed files with 7 additions and 2 deletions

View File

@@ -462,7 +462,7 @@ void komodo_connectblock(CBlockIndex *pindex,CBlock& block)
sleep(3);
}
}
KOMODO_INITDONE = (uint32_t)time(NULL);
//KOMODO_INITDONE = (uint32_t)time(NULL);
if ( pindex != 0 )
{
height = pindex->nHeight;
@@ -547,7 +547,7 @@ void komodo_connectblock(CBlockIndex *pindex,CBlock& block)
if ( pindex->nHeight == hwmheight )
komodo_stateupdate(height,0,0,0,zero,0,0,0,0,height,(uint32_t)pindex->nTime,0,0,0,0);
} else printf("komodo_connectblock: unexpected null pindex\n");
KOMODO_INITDONE = (uint32_t)time(NULL);
//KOMODO_INITDONE = (uint32_t)time(NULL);
}