mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-10 06:39:15 +02:00
testnet: Introduce Testnet4
This commit is contained in:
@@ -13,6 +13,7 @@ enum class ChainType {
|
||||
TESTNET,
|
||||
SIGNET,
|
||||
REGTEST,
|
||||
TESTNET4,
|
||||
};
|
||||
|
||||
std::string ChainTypeToString(ChainType chain);
|
||||
|
||||
Reference in New Issue
Block a user