We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
esplora-client
1 parent d49a08a commit fc98f50Copy full SHA for fc98f50
lightning-transaction-sync/Cargo.toml
@@ -27,7 +27,7 @@ lightning = { version = "0.0.124", path = "../lightning", default-features = fal
27
bitcoin = { version = "0.32.2", default-features = false }
28
bdk-macros = "0.6"
29
futures = { version = "0.3", optional = true }
30
-esplora-client = { version = "0.9", default-features = false, optional = true }
+esplora-client = { version = "0.11", default-features = false, optional = true, features = ["tokio"] }
31
electrum-client = { version = "0.21.0", optional = true }
32
33
[dev-dependencies]
0 commit comments