Skip to content

Commit

Permalink
Refactor: replace bitcoin with bdk_chain::bitcoin
Browse files Browse the repository at this point in the history
replace external crate `bitcoin` with re-exported
`bdk_chain::bitcoin`

[Ticket: #1602]
  • Loading branch information
tvpeter committed Sep 16, 2024
1 parent b571fb0 commit 07d931f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/testenv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ workspace = true
[dependencies]
bdk_chain = { path = "../chain", version = "0.19.0", default-features = false }
electrsd = { version = "0.28.0", features = [ "bitcoind_25_0", "esplora_a33e97e1", "legacy" ] }
bitcoin = { version = "0.32.0", default-features = false }

[features]
default = ["std"]
Expand Down
2 changes: 2 additions & 0 deletions crates/testenv/src/tx_utils.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
use bdk_chain::bitcoin;

#[allow(unused_macros)]
#[macro_export]
macro_rules! block_id {
Expand Down

0 comments on commit 07d931f

Please sign in to comment.