]> Untitled Git - bdk/commitdiff
feat(bdk_electrum): add `use-openssl` as a feature
authorLeonardo Lima <oleonardolima@users.noreply.github.com>
Fri, 20 Sep 2024 02:06:28 +0000 (23:06 -0300)
committerLeonardo Lima <oleonardolima@users.noreply.github.com>
Wed, 2 Oct 2024 01:43:01 +0000 (22:43 -0300)
crates/electrum/Cargo.toml

index ed1fd06a039ac6ea067f5c06e2c974f6cd549645..808586a131ff2b734be780bd65942826c5bc5b16 100644 (file)
@@ -24,6 +24,7 @@ bdk_chain = { path = "../chain" }
 default = ["use-rustls"]
 use-rustls = ["electrum-client/use-rustls"]
 use-rustls-ring = ["electrum-client/use-rustls-ring"]
+use-openssl = ["electrum-client/use-openssl"]
 
 [[test]]
 name = "test_electrum"