new timestamps try again lol
This commit is contained in:
@@ -309,8 +309,8 @@ int32_t komodo_notaries(uint8_t pubkeys[64][33],int32_t height,uint32_t timestam
|
|||||||
//for (i=0; i<1; i++)
|
//for (i=0; i<1; i++)
|
||||||
// decode_hex(null_pubkeys[i],33,(char *)notaries_STAKED1[i][1]);
|
// decode_hex(null_pubkeys[i],33,(char *)notaries_STAKED1[i][1]);
|
||||||
printf("%s IS A STAKED CHAIN and is in an ERA GAP.\n",ASSETCHAINS_SYMBOL);
|
printf("%s IS A STAKED CHAIN and is in an ERA GAP.\n",ASSETCHAINS_SYMBOL);
|
||||||
//memcpy(pubkeys,null_pubkeys,64 * 33);
|
memcpy(pubkeys,null_pubkeys,64 * 33);
|
||||||
return(0);
|
return(64);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,10 +6,10 @@
|
|||||||
|
|
||||||
static const int STAKED_ERA_GAP = 777;
|
static const int STAKED_ERA_GAP = 777;
|
||||||
|
|
||||||
static const int STAKED_NOTARIES_TIMESTAMP1 = 1537872577;
|
static const int STAKED_NOTARIES_TIMESTAMP1 = 1537876325;
|
||||||
static const int STAKED_NOTARIES_TIMESTAMP2 = 1537876177;
|
static const int STAKED_NOTARIES_TIMESTAMP2 = 1537879925;
|
||||||
static const int STAKED_NOTARIES_TIMESTAMP3 = 1537879777;
|
static const int STAKED_NOTARIES_TIMESTAMP3 = 1537883525;
|
||||||
static const int STAKED_NOTARIES_TIMESTAMP4 = 1537883377;
|
static const int STAKED_NOTARIES_TIMESTAMP4 = 1537983525;
|
||||||
|
|
||||||
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