diff --git a/src/main.cpp b/src/main.cpp index 42106c2c3..73bab32a1 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -625,8 +625,7 @@ CBlockIndex* FindForkInGlobalIndex(const CChain& chain, const CBlockLocator& loc CCoinsViewCache *pcoinsTip = NULL; CBlockTreeDB *pblocktree = NULL; -// Komodo globals - +// Hush globals #define HUSH_ZCASH #include "hush.h" diff --git a/src/rpc/server.cpp b/src/rpc/server.cpp index 1de69fdd4..8d893c25d 100644 --- a/src/rpc/server.cpp +++ b/src/rpc/server.cpp @@ -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); }