try
This commit is contained in:
@@ -302,6 +302,7 @@ int8_t numStakedNotaries(uint8_t pubkeys[64][33],int8_t era) {
|
||||
int8_t ScanStakedArray(const char *notaries_chosen[][2],int num_notaries,char *Raddress,std::string ¬aryname) {
|
||||
for (size_t i = 0; i < num_notaries; i++) {
|
||||
if ( strcmp(Raddress,NOTARYADDRS[i]) == 0 ) {
|
||||
fprintf(stderr, "address [%d]: %s\n",i,NOTARYADDRS[i]);
|
||||
notaryname.assign(notaries_chosen[i][0]);
|
||||
//printf("notary number: %ld\n",i );
|
||||
return(i);
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
static const int STAKED_ERA_GAP = 777;
|
||||
|
||||
static const int STAKED_NOTARIES_TIMESTAMP1 = 1541410234;
|
||||
static const int STAKED_NOTARIES_TIMESTAMP2 = 1604233000;
|
||||
static const int STAKED_NOTARIES_TIMESTAMP2 = 1541411534;
|
||||
static const int STAKED_NOTARIES_TIMESTAMP3 = 1604233333;
|
||||
static const int STAKED_NOTARIES_TIMESTAMP4 = 1604244444;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user