Browse Source

yeah huh

pull/5/head
Duke Leto 3 years ago
parent
commit
c8e2b12618
  1. 3
      src/main.cpp
  2. 2
      src/rpc/server.cpp

3
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"

2
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);
}

Loading…
Cancel
Save