]> Untitled Git - bdk/commitdiff
fix: enable blocking-https-rustls feature on esplora client
authorthunderbiscuit <thunderbiscuit@protonmail.com>
Thu, 18 Apr 2024 19:07:48 +0000 (15:07 -0400)
committerthunderbiscuit <thunderbiscuit@protonmail.com>
Fri, 19 Apr 2024 15:45:39 +0000 (11:45 -0400)
crates/esplora/Cargo.toml

index 822090ad9f87354638e9e6bc68ff0bb8e13d2a7a..6ad3d8848a5b600dbaee55330eac1bbd32e71b06 100644 (file)
@@ -27,9 +27,10 @@ electrsd = { version= "0.27.1", features = ["bitcoind_25_0", "esplora_a33e97e1",
 tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] }
 
 [features]
-default = ["std", "async-https", "blocking"]
+default = ["std", "async-https", "blocking-https-rustls"]
 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-https-rustls = ["esplora-client/blocking-https-rustls"]