Skip to content

Commit 927735f

Browse files
author
Fernando Ledesma
committed
Default to accepting underpaying HTLCs
1 parent ec4e591 commit 927735f

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

Cargo.toml

Lines changed: 14 additions & 14 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/lsp-0.2.0/
45-
lightning = { git = "https://github.com/moneydevkit/rust-lightning", rev = "638e6941f83c658d0e424d694e9cc7fa84e20b53", features = ["std"] }
46-
lightning-types = { git = "https://github.com/moneydevkit/rust-lightning", rev = "638e6941f83c658d0e424d694e9cc7fa84e20b53" }
47-
lightning-invoice = { git = "https://github.com/moneydevkit/rust-lightning", rev = "638e6941f83c658d0e424d694e9cc7fa84e20b53", features = ["std"] }
48-
lightning-net-tokio = { git = "https://github.com/moneydevkit/rust-lightning", rev = "638e6941f83c658d0e424d694e9cc7fa84e20b53" }
49-
lightning-persister = { git = "https://github.com/moneydevkit/rust-lightning", rev = "638e6941f83c658d0e424d694e9cc7fa84e20b53", features = ["tokio"] }
50-
lightning-background-processor = { git = "https://github.com/moneydevkit/rust-lightning", rev = "638e6941f83c658d0e424d694e9cc7fa84e20b53" }
51-
lightning-rapid-gossip-sync = { git = "https://github.com/moneydevkit/rust-lightning", rev = "638e6941f83c658d0e424d694e9cc7fa84e20b53" }
52-
lightning-block-sync = { git = "https://github.com/moneydevkit/rust-lightning", rev = "638e6941f83c658d0e424d694e9cc7fa84e20b53", features = ["rest-client", "rpc-client", "tokio"] }
53-
lightning-transaction-sync = { git = "https://github.com/moneydevkit/rust-lightning", rev = "638e6941f83c658d0e424d694e9cc7fa84e20b53", features = ["esplora-async-https", "time", "electrum-rustls-ring"] }
54-
lightning-liquidity = { git = "https://github.com/moneydevkit/rust-lightning", rev = "638e6941f83c658d0e424d694e9cc7fa84e20b53", features = ["std"] }
55-
lightning-macros = { git = "https://github.com/moneydevkit/rust-lightning", rev = "638e6941f83c658d0e424d694e9cc7fa84e20b53" }
44+
# Branch: https://github.com/moneydevkit/rust-lightning/commits/lsp-0.2.0_accept-underpaying-htlcs
45+
lightning = { git = "https://github.com/moneydevkit/rust-lightning", rev = "edd82ba8dd7ed1c140a209eb1bafc30a2c38d80a", features = ["std"] }
46+
lightning-types = { git = "https://github.com/moneydevkit/rust-lightning", rev = "edd82ba8dd7ed1c140a209eb1bafc30a2c38d80a" }
47+
lightning-invoice = { git = "https://github.com/moneydevkit/rust-lightning", rev = "edd82ba8dd7ed1c140a209eb1bafc30a2c38d80a", features = ["std"] }
48+
lightning-net-tokio = { git = "https://github.com/moneydevkit/rust-lightning", rev = "edd82ba8dd7ed1c140a209eb1bafc30a2c38d80a" }
49+
lightning-persister = { git = "https://github.com/moneydevkit/rust-lightning", rev = "edd82ba8dd7ed1c140a209eb1bafc30a2c38d80a", features = ["tokio"] }
50+
lightning-background-processor = { git = "https://github.com/moneydevkit/rust-lightning", rev = "edd82ba8dd7ed1c140a209eb1bafc30a2c38d80a" }
51+
lightning-rapid-gossip-sync = { git = "https://github.com/moneydevkit/rust-lightning", rev = "edd82ba8dd7ed1c140a209eb1bafc30a2c38d80a" }
52+
lightning-block-sync = { git = "https://github.com/moneydevkit/rust-lightning", rev = "edd82ba8dd7ed1c140a209eb1bafc30a2c38d80a", features = ["rest-client", "rpc-client", "tokio"] }
53+
lightning-transaction-sync = { git = "https://github.com/moneydevkit/rust-lightning", rev = "edd82ba8dd7ed1c140a209eb1bafc30a2c38d80a", features = ["esplora-async-https", "time", "electrum-rustls-ring"] }
54+
lightning-liquidity = { git = "https://github.com/moneydevkit/rust-lightning", rev = "edd82ba8dd7ed1c140a209eb1bafc30a2c38d80a", features = ["std"] }
55+
lightning-macros = { git = "https://github.com/moneydevkit/rust-lightning", rev = "edd82ba8dd7ed1c140a209eb1bafc30a2c38d80a" }
5656

5757
#lightning = { path = "../rust-lightning/lightning", features = ["std"] }
5858
#lightning-types = { path = "../rust-lightning/lightning-types" }
@@ -98,8 +98,8 @@ winapi = { version = "0.3", features = ["winbase"] }
9898

9999
[dev-dependencies]
100100
# lightning = { version = "0.2.0", features = ["std", "_test_utils"] }
101-
# Branch: https://github.com/moneydevkit/rust-lightning/commits/lsp-0.2.0/
102-
lightning = { git = "https://github.com/moneydevkit/rust-lightning", rev = "638e6941f83c658d0e424d694e9cc7fa84e20b53", features = ["std", "_test_utils"] }
101+
# Branch: https://github.com/moneydevkit/rust-lightning/commits/lsp-0.2.0_accept-underpaying-htlcs
102+
lightning = { git = "https://github.com/moneydevkit/rust-lightning", rev = "edd82ba8dd7ed1c140a209eb1bafc30a2c38d80a", features = ["std", "_test_utils"] }
103103
#lightning = { path = "../rust-lightning/lightning", features = ["std", "_test_utils"] }
104104
proptest = "1.0.0"
105105
regex = "1.5.6"

0 commit comments

Comments
 (0)