Browse Source

Fix compiler warning

pull/4/head
jl777 6 years ago
parent
commit
8fded6d999
  1. 2
      src/rpcserver.cpp

2
src/rpcserver.cpp

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

Loading…
Cancel
Save