KOMODO_ASSETCHAIN_MAXLEN -> 65

This commit is contained in:
jl777
2017-11-10 19:07:36 +02:00
parent e9d73912be
commit 7c130297c2
18 changed files with 31 additions and 30 deletions

View File

@@ -30,7 +30,7 @@ using namespace std;
* + Contains no strange transactions
*/
void *chainparams_commandline(void *ptr);
extern char ASSETCHAINS_SYMBOL[16];
extern char ASSETCHAINS_SYMBOL[KOMODO_ASSETCHAIN_MAXLEN];
extern uint16_t ASSETCHAINS_PORT;
extern uint32_t ASSETCHAIN_INIT;
extern uint32_t ASSETCHAINS_MAGIC;