@@ -39,17 +39,17 @@ default = []
3939# lightning-transaction-sync = { version = "0.1.0", features = ["esplora-async-https", "time", "electrum"] }
4040# lightning-liquidity = { version = "0.1.0", features = ["std"] }
4141
42- # Branch: https://github.com/moneydevkit/rust-lightning/commits/lsp-0.1.8 /
43- lightning = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " 5fe3688fd19705e8f4ad33dc4d00ee32c157433c " , features = [" std" ] }
44- lightning-types = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " 5fe3688fd19705e8f4ad33dc4d00ee32c157433c " }
45- lightning-invoice = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " 5fe3688fd19705e8f4ad33dc4d00ee32c157433c " , features = [" std" ] }
46- lightning-net-tokio = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " 5fe3688fd19705e8f4ad33dc4d00ee32c157433c " }
47- lightning-persister = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " 5fe3688fd19705e8f4ad33dc4d00ee32c157433c " }
48- lightning-background-processor = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " 5fe3688fd19705e8f4ad33dc4d00ee32c157433c " , features = [" futures" ] }
49- lightning-rapid-gossip-sync = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " 5fe3688fd19705e8f4ad33dc4d00ee32c157433c " }
50- lightning-block-sync = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " 5fe3688fd19705e8f4ad33dc4d00ee32c157433c " , features = [" rpc-client" , " tokio" ] }
51- lightning-transaction-sync = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " 5fe3688fd19705e8f4ad33dc4d00ee32c157433c " , features = [" esplora-async-https" , " time" , " electrum" ] }
52- lightning-liquidity = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " 5fe3688fd19705e8f4ad33dc4d00ee32c157433c " , features = [" std" ] }
42+ # Branch: https://github.com/moneydevkit/rust-lightning/commits/lsp-0.1.8_accept-underpaying-htlcs /
43+ lightning = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " 42bad4fd3c908958b96b6b70ed63bd6aa3cbaf5f " , features = [" std" ] }
44+ lightning-types = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " 42bad4fd3c908958b96b6b70ed63bd6aa3cbaf5f " }
45+ lightning-invoice = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " 42bad4fd3c908958b96b6b70ed63bd6aa3cbaf5f " , features = [" std" ] }
46+ lightning-net-tokio = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " 42bad4fd3c908958b96b6b70ed63bd6aa3cbaf5f " }
47+ lightning-persister = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " 42bad4fd3c908958b96b6b70ed63bd6aa3cbaf5f " }
48+ lightning-background-processor = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " 42bad4fd3c908958b96b6b70ed63bd6aa3cbaf5f " , features = [" futures" ] }
49+ lightning-rapid-gossip-sync = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " 42bad4fd3c908958b96b6b70ed63bd6aa3cbaf5f " }
50+ lightning-block-sync = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " 42bad4fd3c908958b96b6b70ed63bd6aa3cbaf5f " , features = [" rpc-client" , " tokio" ] }
51+ lightning-transaction-sync = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " 42bad4fd3c908958b96b6b70ed63bd6aa3cbaf5f " , features = [" esplora-async-https" , " time" , " electrum" ] }
52+ lightning-liquidity = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " 42bad4fd3c908958b96b6b70ed63bd6aa3cbaf5f " , features = [" std" ] }
5353
5454# lightning = { path = "../rust-lightning/lightning", features = ["std"] }
5555# lightning-types = { path = "../rust-lightning/lightning-types" }
@@ -99,8 +99,8 @@ winapi = { version = "0.3", features = ["winbase"] }
9999
100100[dev-dependencies ]
101101# lightning = { version = "0.1.0", features = ["std", "_test_utils"] }
102- # Branch: https://github.com/moneydevkit/rust-lightning/commits/lsp-0.1.8 /
103- lightning = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " 5fe3688fd19705e8f4ad33dc4d00ee32c157433c " , features = [" std" , " _test_utils" ] }
102+ # Branch: https://github.com/moneydevkit/rust-lightning/commits/lsp-0.1.8_accept-underpaying-htlcs /
103+ lightning = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " 42bad4fd3c908958b96b6b70ed63bd6aa3cbaf5f " , features = [" std" , " _test_utils" ] }
104104# lightning = { path = "../rust-lightning/lightning", features = ["std", "_test_utils"] }
105105proptest = " 1.0.0"
106106regex = " 1.5.6"
0 commit comments