mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-21 21:51:34 +02:00
13 lines
434 B
Diff
13 lines
434 B
Diff
diff --git a/src/BTC.cpp b/src/BTC.cpp
|
|
index 82473bd..12a4beb 100644
|
|
--- a/src/BTC.cpp
|
|
+++ b/src/BTC.cpp
|
|
@@ -175,6 +175,7 @@ namespace BTC
|
|
{"testnet3", TestNet}, // bchd
|
|
{"testnet4", TestNet4}, // possible future bchd
|
|
{"regtest", RegTestNet}, // BCHN, BU, ABC, bchd
|
|
+ {"signet", TestNet}, // BCHN
|
|
}};
|
|
const QString invalidNetName = "invalid";
|
|
};
|