Skip to content

Commit

Permalink
fix: enable blocking-https-rustls feature on esplora client
Browse files Browse the repository at this point in the history
  • Loading branch information
thunderbiscuit committed Apr 18, 2024
1 parent 52f3955 commit 934d96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/esplora/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ std = ["bdk_chain/std"]
async = ["async-trait", "futures", "esplora-client/async"]
async-https = ["async", "esplora-client/async-https"]
async-https-rustls = ["async", "esplora-client/async-https-rustls"]
blocking = ["esplora-client/blocking"]
blocking = ["esplora-client/blocking-https-rustls"]

0 comments on commit 934d96c

Please sign in to comment.