mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 22:50:59 +01:00
doc: Remove explicit network name references
This commit is contained in:
@@ -15,10 +15,12 @@
|
||||
class CBaseChainParams
|
||||
{
|
||||
public:
|
||||
/** BIP70 chain name strings (main, test or regtest) */
|
||||
///@{
|
||||
/** Chain name strings */
|
||||
static const std::string MAIN;
|
||||
static const std::string TESTNET;
|
||||
static const std::string REGTEST;
|
||||
///@}
|
||||
|
||||
const std::string& DataDir() const { return strDataDir; }
|
||||
int RPCPort() const { return nRPCPort; }
|
||||
|
||||
Reference in New Issue
Block a user