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 )

View File

@@ -7,7 +7,7 @@ static const int STAKED_ERA_GAP = 777;
static const int STAKED_NOTARIES_TIMESTAMP1 = 1537780949;
static const int STAKED_NOTARIES_TIMESTAMP2 = 1537791749;
static const int STAKED_NOTARIES_TIMESTAMP3 = 1537802549;
static const int STAKED_NOTARIES_TIMESTAMP4 = 1537813349;
static const int STAKED_NOTARIES_TIMESTAMP4 = 1537805431;
extern const char *notaries_STAKED1[][2];
extern int num_notaries_STAKED1;