try something else

This commit is contained in:
blackjok3r
2018-09-21 13:08:13 +08:00
parent 9f1e5ad6c0
commit 3dcbdcb85c
2 changed files with 4 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
#ifndef NOTARIES_STAKED_H
#define NOTARIES_STAKED_H
extern const char *notaries_STAKED[][2];
extern const int num_notaries_STAKED;
extern const char *const notaries_STAKED[][2];
extern const int const num_notaries_STAKED;
bool is_STAKED();