more fix
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
#define KOMODO_MAINNET_START 178999
|
#define KOMODO_MAINNET_START 178999
|
||||||
|
|
||||||
extern NOTARYADDRS[18][64];
|
extern char NOTARYADDRS[18][64];
|
||||||
|
|
||||||
//extern const char *notaries_STAKED[][2];
|
//extern const char *notaries_STAKED[][2];
|
||||||
//extern const int num_notaries_STAKED;
|
//extern const int num_notaries_STAKED;
|
||||||
|
|||||||
@@ -3,6 +3,9 @@
|
|||||||
#include "crosschain.h"
|
#include "crosschain.h"
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
|
|
||||||
|
extern char NOTARYADDRS[18][64];
|
||||||
|
extern int32_t STAKED_ERA;
|
||||||
|
|
||||||
// Era 1 set of pubkeys
|
// Era 1 set of pubkeys
|
||||||
const char *notaries_STAKED1[][2] =
|
const char *notaries_STAKED1[][2] =
|
||||||
{
|
{
|
||||||
@@ -130,9 +133,6 @@ int STAKED_era(int timestamp)
|
|||||||
return(era);
|
return(era);
|
||||||
};
|
};
|
||||||
|
|
||||||
extern char NOTARYADDRS[18][64];
|
|
||||||
extern int32_t STAKED_ERA;
|
|
||||||
|
|
||||||
int8_t StakedNotaryID(std::string ¬aryname, char *Raddress) {
|
int8_t StakedNotaryID(std::string ¬aryname, char *Raddress) {
|
||||||
int8_t notaryID = -1;
|
int8_t notaryID = -1;
|
||||||
if ( STAKED_ERA != 0 ) {
|
if ( STAKED_ERA != 0 ) {
|
||||||
|
|||||||
Reference in New Issue
Block a user