This commit is contained in:
jl777
2016-11-18 12:22:30 -03:00
parent a92123efb1
commit 9db90ea9b3

View File

@@ -2324,19 +2324,6 @@ bool ConnectBlock(const CBlock& block, CValidationState& state, CBlockIndex* pin
//FlushStateToDisk();
komodo_connectblock(pindex,*(CBlock *)&block);
uint8_t pubkeys[64][33];
if ( pindex->nHeight > 73673 && komodo_notaries(pubkeys,76000) == 35 )
{
static int32_t didinit;
if ( didinit == 0 )
{
if ( (pindex= chainActive[73673]) != 0 )
{
komodo_connectpindex(pindex);
}
didinit = 73673;
}
}
return true;
}