Skip to content

Commit 06ef55e

Browse files
committed
Use CPUNet-modified bech32 library
1 parent 7d32028 commit 06ef55e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bitcoin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ arbitrary = ["dep:arbitrary", "units/arbitrary", "primitives/arbitrary"]
2626

2727
[dependencies]
2828
base58 = { package = "base58ck", path = "../base58", default-features = false, features = ["alloc"] }
29-
bech32 = { version = "0.11.0", default-features = false, features = ["alloc"] }
29+
bech32 = { git = "https://github.com/braidpool/rust-bech32.git", branch = "cpunet", default-features = false, features = ["alloc"] }
3030
hashes = { package = "bitcoin_hashes", path = "../hashes", default-features = false, features = ["alloc", "hex"] }
3131
hex = { package = "hex-conservative", version = "0.3.0", default-features = false, features = ["alloc"] }
3232
internals = { package = "bitcoin-internals", path = "../internals", features = ["alloc", "hex"] }

0 commit comments

Comments
 (0)