This commit is contained in:
Duke Leto
2020-12-16 08:30:54 -05:00
parent 4d05f3b161
commit c8e2b12618
2 changed files with 2 additions and 3 deletions

View File

@@ -277,7 +277,7 @@ UniValue stop(const UniValue& params, bool fHelp, const CPubKey& mypk)
StartShutdown();
if ((strncmp(SMART_CHAIN_SYMBOL, "HUSH3", 5) == 0) ) {
sprintf(buf,"Hush server stopping...");
sprintf(buf,"Hush server stopping, for now...");
} else {
sprintf(buf,"%s server stopping...",SMART_CHAIN_SYMBOL);
}