Skip to content

Commit

Permalink
feat(bdk_electrum): add use-openssl as a feature
Browse files Browse the repository at this point in the history
  • Loading branch information
oleonardolima authored and notmandatory committed Oct 1, 2024
1 parent 139d971 commit fb6dd98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/electrum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fb6dd98

Please sign in to comment.