yeah huh
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user