thanks mike

This commit is contained in:
blackjok3r
2018-09-21 15:11:36 +08:00
parent 3539848b60
commit bb33491657
2 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
#ifndef NOTARIES_STAKED
#define NOTARIES_STAKED
extern const char *notaries_STAKED[17][2];
extern int num_notaries_STAKED;
@@ -26,3 +30,4 @@ bool is_STAKED();
const int num_notaries_STAKED = (int32_t)(sizeof(notaries_STAKED)/sizeof(*notaries_STAKED));
*/
#endif