Fix compiler issues

This commit is contained in:
jl777
2018-11-01 06:49:02 -11:00
parent 7287d8c590
commit 1a0239ba0d
4 changed files with 4 additions and 4 deletions

View File

@@ -242,7 +242,7 @@ extern char ASSETCHAINS_SYMBOL[KOMODO_ASSETCHAIN_MAXLEN];
UniValue stop(const UniValue& params, bool fHelp)
{
char buf[64];
char buf[66];
// Accept the deprecated and ignored 'detach' boolean argument
if (fHelp || params.size() > 1)
throw runtime_error(