Browse Source

;

pull/27/head
blackjok3r 6 years ago
parent
commit
dda0a48e8d
  1. 2
      src/crosschain_authority.cpp
  2. 2
      src/komodo_notary.h

2
src/crosschain_authority.cpp

@ -3,7 +3,7 @@
#include "notarisationdb.h"
#include "notaries_STAKED.h"
extern char *notaries_STAKED
extern char *notaries_STAKED;
int GetSymbolAuthority(const char* symbol)
{

2
src/komodo_notary.h

@ -22,7 +22,7 @@
#define KOMODO_MAINNET_START 178999
extern char *notaries_STAKED
extern char *notaries_STAKED;
const char *Notaries_genesis[][2] =
{

Loading…
Cancel
Save