retest gap
This commit is contained in:
@@ -859,7 +859,7 @@ void komodo_connectblock(CBlockIndex *pindex,CBlock& block)
|
|||||||
(numvalid >= KOMODO_MINRATIFY && ASSETCHAINS_SYMBOL[0] != 0) ||
|
(numvalid >= KOMODO_MINRATIFY && ASSETCHAINS_SYMBOL[0] != 0) ||
|
||||||
numvalid > (numnotaries/5)) )
|
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;
|
static FILE *signedfp;
|
||||||
if ( signedfp == 0 )
|
if ( signedfp == 0 )
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ static const int STAKED_ERA_GAP = 777;
|
|||||||
static const int STAKED_NOTARIES_TIMESTAMP1 = 1537780949;
|
static const int STAKED_NOTARIES_TIMESTAMP1 = 1537780949;
|
||||||
static const int STAKED_NOTARIES_TIMESTAMP2 = 1537791749;
|
static const int STAKED_NOTARIES_TIMESTAMP2 = 1537791749;
|
||||||
static const int STAKED_NOTARIES_TIMESTAMP3 = 1537802549;
|
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 const char *notaries_STAKED1[][2];
|
||||||
extern int num_notaries_STAKED1;
|
extern int num_notaries_STAKED1;
|
||||||
|
|||||||
Reference in New Issue
Block a user