fix?
This commit is contained in:
@@ -111,6 +111,8 @@ public:
|
|||||||
//void recalc_genesis(uint32_t nonce) { genesis = CreateGenesisBlock(ASSETCHAINS_TIMESTAMP, nonce, GENESIS_NBITS, 1, COIN); };
|
//void recalc_genesis(uint32_t nonce) { genesis = CreateGenesisBlock(ASSETCHAINS_TIMESTAMP, nonce, GENESIS_NBITS, 1, COIN); };
|
||||||
CMessageHeader::MessageStartChars pchMessageStart; // jl777 moved
|
CMessageHeader::MessageStartChars pchMessageStart; // jl777 moved
|
||||||
Consensus::Params consensus;
|
Consensus::Params consensus;
|
||||||
|
std::vector<SeedSpec6> vFixedSeeds;
|
||||||
|
std::vector<CDNSSeedData> vSeeds;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
CChainParams() {}
|
CChainParams() {}
|
||||||
@@ -123,14 +125,12 @@ protected:
|
|||||||
uint64_t nPruneAfterHeight = 0;
|
uint64_t nPruneAfterHeight = 0;
|
||||||
unsigned int nEquihashN = 0;
|
unsigned int nEquihashN = 0;
|
||||||
unsigned int nEquihashK = 0;
|
unsigned int nEquihashK = 0;
|
||||||
std::vector<CDNSSeedData> vSeeds;
|
|
||||||
std::vector<unsigned char> base58Prefixes[MAX_BASE58_TYPES];
|
std::vector<unsigned char> base58Prefixes[MAX_BASE58_TYPES];
|
||||||
std::string bech32HRPs[MAX_BECH32_TYPES];
|
std::string bech32HRPs[MAX_BECH32_TYPES];
|
||||||
std::string strNetworkID;
|
std::string strNetworkID;
|
||||||
std::string strCurrencyUnits;
|
std::string strCurrencyUnits;
|
||||||
uint32_t bip44CoinType;
|
uint32_t bip44CoinType;
|
||||||
CBlock genesis;
|
CBlock genesis;
|
||||||
std::vector<SeedSpec6> vFixedSeeds;
|
|
||||||
bool fMiningRequiresPeers = false;
|
bool fMiningRequiresPeers = false;
|
||||||
bool fDefaultConsistencyChecks = false;
|
bool fDefaultConsistencyChecks = false;
|
||||||
bool fRequireStandard = false;
|
bool fRequireStandard = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user