try hardcode of array length

This commit is contained in:
blackjok3r
2018-09-21 13:37:26 +08:00
parent 1183a043b2
commit 9a469cda6f
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
extern const char *notaries_STAKED[][2];
extern const int num_notaries_STAKED;
extern const char *notaries_STAKED[17[2];
extern int num_notaries_STAKED;
bool is_STAKED();