diff --git a/src/rpcserver.cpp b/src/rpcserver.cpp index 8a63fb4e8..3340a4168 100644 --- a/src/rpcserver.cpp +++ b/src/rpcserver.cpp @@ -249,7 +249,7 @@ UniValue stop(const UniValue& params, bool fHelp) "\nStop Komodo server."); // Shutdown will take long enough that the response should get back StartShutdown(); - return ASSETCHAINS_SYMBOL + " Komodo server stopping"; + return ASSETCHAINS_SYMBOL + (char *)" Komodo server stopping"; } /**