Return the network string */
| 114 | bool MineBlocksOnDemand() const { return consensus.fPowNoRetargeting; } |
| 115 | /** Return the network string */ |
| 116 | std::string NetworkIDString() const { return strNetworkID; } |
| 117 | /** Return the list of hostnames to look up for DNS seeds */ |
| 118 | const std::vector<std::string>& DNSSeeds() const { return vSeeds; } |
| 119 | const std::vector<unsigned char>& Base58Prefix(Base58Type type) const { return base58Prefixes[type]; } |
no outgoing calls