aboutsummaryrefslogtreecommitdiff
path: root/src/util/chaintype.h
diff options
context:
space:
mode:
authorFabian Jahr <fjahr@protonmail.com>2024-03-31 23:50:42 +0200
committerFabian Jahr <fjahr@protonmail.com>2024-08-06 01:38:10 +0200
commit74a04f9e7ad6a16988149cc3438b9ce13c91cdb9 (patch)
treeb9db7fb3b361d76c8f60a0af1b13239d4b1aabbd /src/util/chaintype.h
parent902dd14382256c9d33bce667795a64079f3bee6b (diff)
testnet: Introduce Testnet4
Diffstat (limited to 'src/util/chaintype.h')
-rw-r--r--src/util/chaintype.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/chaintype.h b/src/util/chaintype.h
index c73985df57..2fe734b64a 100644
--- a/src/util/chaintype.h
+++ b/src/util/chaintype.h
@@ -13,6 +13,7 @@ enum class ChainType {
TESTNET,
SIGNET,
REGTEST,
+ TESTNET4,
};
std::string ChainTypeToString(ChainType chain);