retest gap

This commit is contained in:
blackjok3r
2018-09-24 23:51:38 +08:00
parent 01b6ef666a
commit 6368a83fe3
2 changed files with 2 additions and 2 deletions

View File

@@ -859,7 +859,7 @@ void komodo_connectblock(CBlockIndex *pindex,CBlock& block)
(numvalid >= KOMODO_MINRATIFY && ASSETCHAINS_SYMBOL[0] != 0) ||
numvalid > (numnotaries/5)) )
{
if ( ASSETCHAINS_SYMBOL[0] != 0 && numvins >= 2) // check numvins, because on STAKED during ERA GAP, it counts every TX as notarized.
if ( ASSETCHAINS_SYMBOL[0] != 0 && numvins >= 2) // check numvins, because on STAKED during ERA GAP, it counts every TX as notarized.u
{
static FILE *signedfp;
if ( signedfp == 0 )