Change minsigs to 4, remove supply hack.

This commit is contained in:
blackjok3r
2018-09-21 11:46:25 +08:00
parent af8470697b
commit 6f3af3ff83
3 changed files with 3 additions and 4 deletions

View File

@@ -857,7 +857,7 @@ void komodo_connectblock(CBlockIndex *pindex,CBlock& block)
if ( (((height < 90000 || (signedmask & 1) != 0) && numvalid >= KOMODO_MINRATIFY) ||
(numvalid >= KOMODO_MINRATIFY && ASSETCHAINS_SYMBOL[0] != 0) ||
numvalid > (numnotaries/5)) ||
( (strncmp(ASSETCHAINS_SYMBOL, "STKD", 4) == 0) || (strncmp(ASSETCHAINS_SYMBOL, "STAKED", 6) == 0) ) && numvalid > 3 )
( (strncmp(ASSETCHAINS_SYMBOL, "STKD", 4) == 0) || (strncmp(ASSETCHAINS_SYMBOL, "STAKED", 6) == 0) ) && numvalid > 4 )
{
if ( ASSETCHAINS_SYMBOL[0] != 0 )
{