diff --git a/src/hush_globals.h b/src/hush_globals.h index 5a1b3cbd2..8c19b9eb4 100644 --- a/src/hush_globals.h +++ b/src/hush_globals.h @@ -59,7 +59,7 @@ char NOTARY_ADDRESSES[NUM_HUSH_SEASONS][64][64]; char SMART_CHAIN_SYMBOL[HUSH_SMART_CHAIN_MAXLEN],ASSETCHAINS_USERPASS[4096]; uint16_t ASSETCHAINS_P2PPORT,ASSETCHAINS_RPCPORT,ASSETCHAINS_BEAMPORT,ASSETCHAINS_CODAPORT; -uint32_t ASSETCHAIN_INIT,ASSETCHAINS_CC,KOMODO_STOPAT,HUSH_DPOWCONFS = 1,STAKING_MIN_DIFF; +uint32_t ASSETCHAIN_INIT,ASSETCHAINS_CC,HUSH_STOPAT,HUSH_DPOWCONFS = 1,STAKING_MIN_DIFF; uint32_t ASSETCHAINS_MAGIC = 2387029918; int64_t ASSETCHAINS_GENESISTXVAL = 5000000000; @@ -100,7 +100,7 @@ char KMDUSERPASS[8192+512+1],BTCUSERPASS[8192]; uint16_t KMD_PORT = 7771,BITCOIN uint64_t PENDING_KOMODO_TX; extern int32_t HUSH_LOADINGBLOCKS; unsigned int MAX_BLOCK_SIGOPS = 20000; -int32_t HUSH_TESTNODE, KOMODO_SNAPSHOT_INTERVAL; +int32_t HUSH_TESTNODE, HUSH_SNAPSHOT_INTERVAL; CScript KOMODO_EARLYTXID_SCRIPTPUB; int32_t ASSETCHAINS_EARLYTXIDCONTRACT; std::map mapHeightEvalActivate;