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.
electrum-client
1 parent de2005a commit e715c3fCopy full SHA for e715c3f
lightning-transaction-sync/Cargo.toml
@@ -36,7 +36,7 @@ lightning-macros = { version = "0.2", path = "../lightning-macros", default-feat
36
bitcoin = { version = "0.32.2", default-features = false }
37
futures = { version = "0.3", optional = true }
38
esplora-client = { version = "0.12", default-features = false, optional = true }
39
-electrum-client = { version = "0.23.1", optional = true, default-features = false, features = ["proxy"] }
+electrum-client = { version = "0.24.0", optional = true, default-features = false, features = ["proxy"] }
40
41
[dev-dependencies]
42
lightning = { version = "0.2.0", path = "../lightning", default-features = false, features = ["std", "_test_utils"] }
0 commit comments