Skip to content

Commit 314f439

Browse files
committed
fix: revert electrum-client version
- Reverts electrum-client version change back to 0.24.0 - Rebuilds bindings
1 parent 528ed6f commit 314f439

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ esplora-client = { version = "0.12", default-features = false, features = ["toki
8383
# `lightning-transaction-sync` APIs. We should drop it as part of the upgrade
8484
# to LDK 0.2.
8585
esplora-client_0_11 = { package = "esplora-client", version = "0.11", default-features = false, features = ["tokio", "async-https-rustls"] }
86-
electrum-client = { version = "0.23.1", default-features = true }
86+
electrum-client = { version = "0.24.0", default-features = true }
8787
libc = "0.2"
8888
uniffi = { version = "0.27.3", features = ["build"], optional = true }
8989
serde = { version = "1.0.210", default-features = false, features = ["std", "derive"] }

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import PackageDescription
55

66
let tag = "v0.6.2-rc.2"
7-
let checksum = "b5c68aaed0ec282d960a76db3703dcc13b6a51ec861122c90b614d112727fd90"
7+
let checksum = "ad875203d92baa5c7710b129b1c25f5617885dcf34b48249335931cc83ecf4fc"
88
let url = "https://github.com/synonymdev/ldk-node/releases/download/\(tag)/LDKNodeFFI.xcframework.zip"
99

1010
let package = Package(
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)