mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-09 20:23:35 +01:00
Deduplicate list of chain strings in RPC help texts
This commit is contained in:
@@ -53,4 +53,7 @@ const CBaseChainParams& BaseParams();
|
||||
/** Sets the params returned by Params() to those for the given chain. */
|
||||
void SelectBaseParams(const ChainType chain);
|
||||
|
||||
/** List of possible chain / network names */
|
||||
#define LIST_CHAIN_NAMES "main, test, testnet4, signet, regtest"
|
||||
|
||||
#endif // BITCOIN_CHAINPARAMSBASE_H
|
||||
|
||||
Reference in New Issue
Block a user