From c8e2b12618ada7cc9aff708c6e26f1e889b11215 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Wed, 16 Dec 2020 08:30:54 -0500 Subject: [PATCH] yeah huh --- src/main.cpp | 3 +-- src/rpc/server.cpp | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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); }