Skip to content

Commit f2b80af

Browse files
committed
DROPME: Use upstream corepc-node PR retrying initial connection
1 parent db8c7c2 commit f2b80af

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

lightning-transaction-sync/Cargo.toml

+5-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,11 @@ lightning = { version = "0.2.0", path = "../lightning", default-features = false
3535
tokio = { version = "1.35.0", features = ["macros"] }
3636

3737
[target.'cfg(not(target_os = "windows"))'.dev-dependencies]
38-
electrsd = { version = "0.32.0", default-features = false, features = ["legacy"] }
39-
corepc-node = { version = "0.6.0", default-features = false, features = ["28_0"] }
38+
#electrsd = { version = "0.32.0", default-features = false, features = ["legacy"] }
39+
#corepc-node = { version = "0.6.0", default-features = false, features = ["28_0"] }
40+
electrsd = { git = "https://github.com/tnull/electrsd.git", branch = "2025-03-corepc-retry-pr", default-features = false, features = ["legacy"] }
41+
corepc-node = { git = "https://github.com/tnull/corepc.git", branch = "2025-03-retry-initial-client-connections", default-features = false, features = ["28_0"] }
42+
4043

4144
[lints.rust.unexpected_cfgs]
4245
level = "forbid"

0 commit comments

Comments
 (0)