This commit is contained in:
jl777
2016-11-10 09:00:18 -03:00
parent 0d2cefb06c
commit 0dadbebec8
3 changed files with 4 additions and 3 deletions

View File

@@ -362,6 +362,7 @@ void komodo_connectblock(CBlockIndex *pindex,CBlock& block)
printf("hwmheight.%d vs pindex->nHeight.%d reorg.%d\n",hwmheight,pindex->nHeight,hwmheight-pindex->nHeight);
// reset komodostate
}
CURRENT_HEIGHT = pindex->nHeight;
if ( komodo_is_issuer() != 0 )
{
while ( KOMODO_REALTIME == 0 || time(NULL) <= KOMODO_REALTIME )