MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / NetworkIDString

Method NetworkIDString

src/chainparams.h:100–100  ·  view source on GitHub ↗

Return the BIP70 network string (main, test or regtest) */

Source from the content-addressed store, hash-verified

98 bool MineBlocksOnDemand() const { return fMineBlocksOnDemand; }
99 /** Return the BIP70 network string (main, test or regtest) */
100 std::string NetworkIDString() const { return strNetworkID; }
101 /** Return true if the fallback fee is by default enabled for this network */
102 bool IsFallbackFeeEnabled() const { return m_fallback_fee_enabled; }
103 /** Return the list of hostnames to look up for DNS seeds */

Callers 7

mainFunction · 0.80
setClientModelMethod · 0.80
getmininginfoFunction · 0.80
getblockchaininfoFunction · 0.80
getblockstatsFunction · 0.80
getNetworkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected