This commit is contained in:
jl777
2016-11-14 13:20:51 -03:00
parent 27fa4f8cdb
commit f9d034d4c9

View File

@@ -490,7 +490,7 @@ void komodo_connectblock(CBlockIndex *pindex,CBlock& block)
{
memset(&txhash,0,sizeof(txhash));
komodo_stateupdate(height,pubkeys,numvalid,0,txhash,0,0,0,0,0,0,0,0,0);
printf("RATIFIED! >>>>>>>>>> new notaries.%d newheight.%d from height.%d\n",numvalid,KOMODO_PUBKEYS_HEIGHT(height),height);
printf("RATIFIED! >>>>>>>>>> new notaries.%d newheight.%d from height.%d\n",numvalid,(((height+KOMODO_ELECTION_GAP/2)/KOMODO_ELECTION_GAP)+1)*KOMODO_ELECTION_GAP,height);
}
}
}