This commit is contained in:
jl777
2018-04-22 16:05:56 +03:00
parent 3ac6a0a66d
commit 9edf27ec05
9 changed files with 14 additions and 9 deletions

View File

@@ -238,7 +238,7 @@ UniValue help(const UniValue& params, bool fHelp)
return tableRPC.help(strCommand);
}
extern char ASSETCHAINS_SYMBOL[];
extern char ASSETCHAINS_SYMBOL[KOMODO_ASSETCHAIN_MAXLEN];
UniValue stop(const UniValue& params, bool fHelp)
{