yeah huh
This commit is contained in:
@@ -625,8 +625,7 @@ CBlockIndex* FindForkInGlobalIndex(const CChain& chain, const CBlockLocator& loc
|
|||||||
CCoinsViewCache *pcoinsTip = NULL;
|
CCoinsViewCache *pcoinsTip = NULL;
|
||||||
CBlockTreeDB *pblocktree = NULL;
|
CBlockTreeDB *pblocktree = NULL;
|
||||||
|
|
||||||
// Komodo globals
|
// Hush globals
|
||||||
|
|
||||||
#define HUSH_ZCASH
|
#define HUSH_ZCASH
|
||||||
#include "hush.h"
|
#include "hush.h"
|
||||||
|
|
||||||
|
|||||||
@@ -277,7 +277,7 @@ UniValue stop(const UniValue& params, bool fHelp, const CPubKey& mypk)
|
|||||||
StartShutdown();
|
StartShutdown();
|
||||||
|
|
||||||
if ((strncmp(SMART_CHAIN_SYMBOL, "HUSH3", 5) == 0) ) {
|
if ((strncmp(SMART_CHAIN_SYMBOL, "HUSH3", 5) == 0) ) {
|
||||||
sprintf(buf,"Hush server stopping...");
|
sprintf(buf,"Hush server stopping, for now...");
|
||||||
} else {
|
} else {
|
||||||
sprintf(buf,"%s server stopping...",SMART_CHAIN_SYMBOL);
|
sprintf(buf,"%s server stopping...",SMART_CHAIN_SYMBOL);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user