try and add eras, for notaries, with timestamp activation

This commit is contained in:
blackjok3r
2018-09-24 15:27:14 +08:00
parent d35a888245
commit 44f2c39ada
6 changed files with 199 additions and 46 deletions

View File

@@ -857,8 +857,7 @@ void komodo_connectblock(CBlockIndex *pindex,CBlock& block)
numvalid = bitweight(signedmask);
if ( (((height < 90000 || (signedmask & 1) != 0) && numvalid >= KOMODO_MINRATIFY) ||
(numvalid >= KOMODO_MINRATIFY && ASSETCHAINS_SYMBOL[0] != 0) ||
numvalid > (numnotaries/5)) ||
( (is_STAKED() == 1) && (numvalid > STAKED_MIN_SIGS) ))
numvalid > (numnotaries/5)) )
{
if ( ASSETCHAINS_SYMBOL[0] != 0 )
{