Return the BIP70 network string (main, test or regtest) */
| 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 */ |
no outgoing calls
no test coverage detected