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 ebff60f commit d9863fbCopy full SHA for d9863fb
1 file changed
lightning-transaction-sync/Cargo.toml
@@ -38,7 +38,7 @@ lightning-macros = { version = "0.2", path = "../lightning-macros", default-feat
38
bitcoin = { version = "0.32.2", default-features = false }
39
futures = { version = "0.3", optional = true }
40
esplora-client = { version = "0.12", default-features = false, optional = true }
41
-electrum-client = { version = "0.24.0", optional = true, default-features = false, features = ["proxy"] }
+electrum-client = { version = "0.25", optional = true, default-features = false, features = ["proxy"] }
42
43
[dev-dependencies]
44
lightning = { version = "0.3.0", path = "../lightning", default-features = false, features = ["std", "_test_utils"] }
0 commit comments