Skip to content

Commit

Permalink
Merge pull request #215 from nicbus/bp_esplora_features
Browse files Browse the repository at this point in the history
keep only blocking feature for bp-esplora
  • Loading branch information
dr-orlovsky authored Jun 28, 2024
2 parents 1c1844c + fe898c9 commit 811e6ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ bp-core = "0.11.0-beta.6"
bp-seals = "0.11.0-beta.6"
bp-std = "0.11.0-beta.6"
bp-electrum = "0.11.0-beta.6"
bp-esplora = "0.11.0-beta.6"
bp-esplora = { version = "0.11.0-beta.6", default-features = false, features = ["blocking"] }
descriptors = "0.11.0-beta.6"
psbt = { version = "0.11.0-beta.6", features = ["client-side-validation"] }
bp-wallet = { version = "0.11.0-beta.6.1" }
Expand Down

0 comments on commit 811e6ec

Please sign in to comment.