?
This commit is contained in:
@@ -28,4 +28,4 @@ bool is_STAKED() {
|
|||||||
return(STAKED)
|
return(STAKED)
|
||||||
};
|
};
|
||||||
|
|
||||||
int num_notaries_STAKED = (int32_t)(sizeof(notaries_STAKED)/sizeof(*notaries_STAKED));
|
const int num_notaries_STAKED = (int32_t)(sizeof(notaries_STAKED)/sizeof(*notaries_STAKED));
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
//#define NOTARIES_STAKED_H
|
//#define NOTARIES_STAKED_H
|
||||||
|
|
||||||
extern const char *notaries_STAKED[][2];
|
extern const char *notaries_STAKED[][2];
|
||||||
extern int num_notaries_STAKED;
|
extern const int num_notaries_STAKED;
|
||||||
|
|
||||||
bool is_STAKED();
|
bool is_STAKED();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user