mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-04 18:22:57 +02:00
doc: Remove explicit network name references
This commit is contained in:
@@ -75,7 +75,7 @@ public:
|
||||
uint64_t AssumedChainStateSize() const { return m_assumed_chain_state_size; }
|
||||
/** Whether it is possible to mine blocks on demand (no retargeting) */
|
||||
bool MineBlocksOnDemand() const { return consensus.fPowNoRetargeting; }
|
||||
/** Return the BIP70 network string (main, test or regtest) */
|
||||
/** Return the network string */
|
||||
std::string NetworkIDString() const { return strNetworkID; }
|
||||
/** Return the list of hostnames to look up for DNS seeds */
|
||||
const std::vector<std::string>& DNSSeeds() const { return vSeeds; }
|
||||
@@ -120,7 +120,7 @@ std::unique_ptr<const CChainParams> CreateChainParams(const std::string& chain);
|
||||
const CChainParams &Params();
|
||||
|
||||
/**
|
||||
* Sets the params returned by Params() to those for the given BIP70 chain name.
|
||||
* Sets the params returned by Params() to those for the given chain name.
|
||||
* @throws std::runtime_error when the chain is not supported.
|
||||
*/
|
||||
void SelectParams(const std::string& chain);
|
||||
|
||||
Reference in New Issue
Block a user