Skip to content

Commit b7176c8

Browse files
committed
Revert "change bitcoin crate to bitvm branch"
This reverts commit 68651a7.
1 parent 68651a7 commit b7176c8

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

Cargo.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,3 @@ members = [
55
"client",
66
"integration_test",
77
]
8-
9-
[patch.crates-io]
10-
base58check = { git = "https://github.com/rust-bitcoin/rust-bitcoin", branch = "bitvm"}
11-
bitcoin_hashes = { git = "https://github.com/rust-bitcoin/rust-bitcoin", branch = "bitvm"}
12-
bitcoin-internals = { git = "https://github.com/rust-bitcoin/rust-bitcoin", branch = "bitvm"}

integration_test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ edition = "2018"
66

77
[dependencies]
88
bitcoincore-rpc = { path = "../client", features = ["rand"] }
9-
bitcoin = { git = "https://github.com/rust-bitcoin/rust-bitcoin", branch = "bitvm", features = ["rand", "serde"] }
9+
bitcoin = { version = "0.32.0", features = ["serde", "rand"] }
1010
lazy_static = "1.4.0"
1111
log = "0.4"

json/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ rand = ["bitcoin/rand-std"]
2727
serde = { version = "1", features = [ "derive" ] }
2828
serde_json = "1"
2929

30-
bitcoin = { git = "https://github.com/rust-bitcoin/rust-bitcoin", branch = "bitvm", features = ["serde"] }
30+
bitcoin = { version = "0.32.0", features = ["serde"] }

0 commit comments

Comments
 (0)