We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09f5e50 commit c3fac44Copy full SHA for c3fac44
lightning-transaction-sync/Cargo.toml
@@ -25,7 +25,7 @@ lightning = { version = "0.0.114", path = "../lightning", default-features = fal
25
bitcoin = { version = "0.29.0", default-features = false }
26
bdk-macros = "0.6"
27
futures = { version = "0.3", optional = true }
28
-esplora-client = { version = "0.3", default-features = false, optional = true }
+esplora-client = { version = "0.4", default-features = false, optional = true }
29
reqwest = { version = "0.11", optional = true, default-features = false, features = ["json"] }
30
31
[dev-dependencies]
0 commit comments