reset all eras to 2 years into future

This commit is contained in:
blackjok3r
2018-11-01 14:48:29 +08:00
parent 40fca878a2
commit a190053bda

View File

@@ -6,10 +6,10 @@
static const int STAKED_ERA_GAP = 777;
static const int STAKED_NOTARIES_TIMESTAMP1 = 1537876325;
static const int STAKED_NOTARIES_TIMESTAMP2 = 1537983525;
static const int STAKED_NOTARIES_TIMESTAMP3 = 1538083525;
static const int STAKED_NOTARIES_TIMESTAMP4 = 1548083525;
static const int STAKED_NOTARIES_TIMESTAMP1 = 1604212834;
static const int STAKED_NOTARIES_TIMESTAMP2 = 1604212834;
static const int STAKED_NOTARIES_TIMESTAMP3 = 1604212834;
static const int STAKED_NOTARIES_TIMESTAMP4 = 1604212834;
extern const char *notaries_STAKED1[][2];
extern int num_notaries_STAKED1;