fix notaryaddrs var ?

This commit is contained in:
blackjok3r
2018-11-05 16:16:49 +08:00
parent 623ec77877
commit f0b07a30a7
3 changed files with 8 additions and 3 deletions

View File

@@ -1044,7 +1044,7 @@ bool CheckTransaction(const CTransaction& tx, CValidationState &state,
return true;
}
}
extern char NOTARYADDRS[18][64];
extern char NOTARYADDRS[64][18];
int32_t komodo_isnotaryvout(char *coinaddr) // from ac_private chains only
{