Skip to content

Commit 2d2a4e4

Browse files
committed
wip
1 parent 264bbcf commit 2d2a4e4

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

Cargo.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,18 @@ default = []
4141
# lightning-liquidity = { version = "0.2.0", features = ["std"] }
4242
# lightning-macros = { version = "0.2.0" }
4343

44-
# Branch: https://github.com/moneydevkit/rust-lightning/commits/amackillop_resend-webhook-on-orphaned-htlc/
45-
lightning = { git = "https://github.com/moneydevkit/rust-lightning", rev = "c1b7dfed01264a7d47e79db73b6e554792fd769d", features = ["std"] }
46-
lightning-types = { git = "https://github.com/moneydevkit/rust-lightning", rev = "c1b7dfed01264a7d47e79db73b6e554792fd769d" }
47-
lightning-invoice = { git = "https://github.com/moneydevkit/rust-lightning", rev = "c1b7dfed01264a7d47e79db73b6e554792fd769d", features = ["std"] }
48-
lightning-net-tokio = { git = "https://github.com/moneydevkit/rust-lightning", rev = "c1b7dfed01264a7d47e79db73b6e554792fd769d" }
49-
lightning-persister = { git = "https://github.com/moneydevkit/rust-lightning", rev = "c1b7dfed01264a7d47e79db73b6e554792fd769d", features = ["tokio"] }
50-
lightning-background-processor = { git = "https://github.com/moneydevkit/rust-lightning", rev = "c1b7dfed01264a7d47e79db73b6e554792fd769d" }
51-
lightning-rapid-gossip-sync = { git = "https://github.com/moneydevkit/rust-lightning", rev = "c1b7dfed01264a7d47e79db73b6e554792fd769d" }
52-
lightning-block-sync = { git = "https://github.com/moneydevkit/rust-lightning", rev = "c1b7dfed01264a7d47e79db73b6e554792fd769d", features = ["rest-client", "rpc-client", "tokio"] }
53-
lightning-transaction-sync = { git = "https://github.com/moneydevkit/rust-lightning", rev = "c1b7dfed01264a7d47e79db73b6e554792fd769d", features = ["esplora-async-https", "time", "electrum-rustls-ring"] }
54-
lightning-liquidity = { git = "https://github.com/moneydevkit/rust-lightning", rev = "c1b7dfed01264a7d47e79db73b6e554792fd769d", features = ["std"] }
55-
lightning-macros = { git = "https://github.com/moneydevkit/rust-lightning", rev = "c1b7dfed01264a7d47e79db73b6e554792fd769d" }
44+
# Branch: https://github.com/moneydevkit/rust-lightning/commits/fix/lsps4-peer-connected-channel-open/
45+
lightning = { git = "https://github.com/moneydevkit/rust-lightning", rev = "2252def3fc7f05bc87a4e42d00750ea080214aa6", features = ["std"] }
46+
lightning-types = { git = "https://github.com/moneydevkit/rust-lightning", rev = "2252def3fc7f05bc87a4e42d00750ea080214aa6" }
47+
lightning-invoice = { git = "https://github.com/moneydevkit/rust-lightning", rev = "2252def3fc7f05bc87a4e42d00750ea080214aa6", features = ["std"] }
48+
lightning-net-tokio = { git = "https://github.com/moneydevkit/rust-lightning", rev = "2252def3fc7f05bc87a4e42d00750ea080214aa6" }
49+
lightning-persister = { git = "https://github.com/moneydevkit/rust-lightning", rev = "2252def3fc7f05bc87a4e42d00750ea080214aa6", features = ["tokio"] }
50+
lightning-background-processor = { git = "https://github.com/moneydevkit/rust-lightning", rev = "2252def3fc7f05bc87a4e42d00750ea080214aa6" }
51+
lightning-rapid-gossip-sync = { git = "https://github.com/moneydevkit/rust-lightning", rev = "2252def3fc7f05bc87a4e42d00750ea080214aa6" }
52+
lightning-block-sync = { git = "https://github.com/moneydevkit/rust-lightning", rev = "2252def3fc7f05bc87a4e42d00750ea080214aa6", features = ["rest-client", "rpc-client", "tokio"] }
53+
lightning-transaction-sync = { git = "https://github.com/moneydevkit/rust-lightning", rev = "2252def3fc7f05bc87a4e42d00750ea080214aa6", features = ["esplora-async-https", "time", "electrum-rustls-ring"] }
54+
lightning-liquidity = { git = "https://github.com/moneydevkit/rust-lightning", rev = "2252def3fc7f05bc87a4e42d00750ea080214aa6", features = ["std"] }
55+
lightning-macros = { git = "https://github.com/moneydevkit/rust-lightning", rev = "2252def3fc7f05bc87a4e42d00750ea080214aa6" }
5656

5757
#lightning = { path = "../rust-lightning/lightning", features = ["std"] }
5858
#lightning-types = { path = "../rust-lightning/lightning-types" }
@@ -101,7 +101,7 @@ winapi = { version = "0.3", features = ["winbase"] }
101101
[dev-dependencies]
102102
# lightning = { version = "0.2.0", features = ["std", "_test_utils"] }
103103
# Branch: https://github.com/moneydevkit/rust-lightning/commits/lsp-0.2.0/
104-
lightning = { git = "https://github.com/moneydevkit/rust-lightning", rev = "c1b7dfed01264a7d47e79db73b6e554792fd769d", features = ["std", "_test_utils"] }
104+
lightning = { git = "https://github.com/moneydevkit/rust-lightning", rev = "2252def3fc7f05bc87a4e42d00750ea080214aa6", features = ["std", "_test_utils"] }
105105
#lightning = { path = "../rust-lightning/lightning", features = ["std", "_test_utils"] }
106106
proptest = "1.0.0"
107107
regex = "1.5.6"

0 commit comments

Comments
 (0)