|
|
@ -74,7 +74,6 @@ public: |
|
|
|
bool MineBlocksOnDemand() const { return fMineBlocksOnDemand; } |
|
|
|
bool MineBlocksOnDemand() const { return fMineBlocksOnDemand; } |
|
|
|
/* In the future use NetworkIDString() for RPC fields */ |
|
|
|
/* In the future use NetworkIDString() for RPC fields */ |
|
|
|
bool TestnetToBeDeprecatedFieldRPC() const { return fTestnetToBeDeprecatedFieldRPC; } |
|
|
|
bool TestnetToBeDeprecatedFieldRPC() const { return fTestnetToBeDeprecatedFieldRPC; } |
|
|
|
CBaseChainParams::Network NetworkID() const { return networkID; } |
|
|
|
|
|
|
|
/* Return the BIP70 network string (main, test or regtest) */ |
|
|
|
/* Return the BIP70 network string (main, test or regtest) */ |
|
|
|
std::string NetworkIDString() const { return strNetworkID; } |
|
|
|
std::string NetworkIDString() const { return strNetworkID; } |
|
|
|
const std::vector<CDNSSeedData>& DNSSeeds() const { return vSeeds; } |
|
|
|
const std::vector<CDNSSeedData>& DNSSeeds() const { return vSeeds; } |
|
|
|