rust-lightning/lightning
Matt Corallo 9123d6d41b Don't FC when a channel_update has a bogus htlc_minimum_msat
If a peer sends us a `channel_update` for our own channel with an
`htlc_minimum_msat` which is more than the channel's amount, that's
dumb, but there's no reason to force-close the channel. We don't
even use the field.

Here we simply drop the unnecessary check.
2023-09-28 00:47:43 +00:00
..
src Don't FC when a channel_update has a bogus htlc_minimum_msat 2023-09-28 00:47:43 +00:00
Cargo.toml Bump versions to 0.0.117-alpha2/invoice 0.25.0-alpha2 2023-09-26 20:21:08 +00:00