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 08478a3 commit 4583cb2Copy full SHA for 4583cb2
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
@@ -58,6 +58,7 @@ dictionary TxIn {
58
enum Network {
59
"Bitcoin",
60
"Testnet",
61
+ "Testnet4",
62
"Signet",
63
"Regtest",
64
};
0 commit comments