We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03c6dd0 commit baad048Copy full SHA for baad048
Cargo.toml
@@ -12,7 +12,7 @@ name = "bitcoin_ffi"
12
default = ["uniffi/cli"]
13
14
[dependencies]
15
-bitcoin = { version = "0.32.2" }
+bitcoin = { version = "0.32.4" }
16
uniffi = { version = "=0.28.0" }
17
thiserror = "1.0.58"
18
src/bitcoin.udl
@@ -4,6 +4,7 @@ namespace bitcoin {};
4
enum Network {
5
"Bitcoin",
6
"Testnet",
7
+ "Testnet4"
8
"Signet",
9
"Regtest",
10
};
0 commit comments