that didnt work

This commit is contained in:
blackjok3r
2018-09-21 13:09:53 +08:00
parent 3dcbdcb85c
commit bb7815b05b
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 *const notaries_STAKED[][2];
extern const int const num_notaries_STAKED;
extern const char *notaries_STAKED[][2];
extern const int num_notaries_STAKED;
bool is_STAKED();