Consider anchor outputs value on inbound HTLCs
authorWilmer Paulino <wilmer@wilmerpaulino.com>
Thu, 19 Oct 2023 16:27:30 +0000 (09:27 -0700)
committerWilmer Paulino <wilmer@wilmerpaulino.com>
Fri, 20 Oct 2023 18:04:41 +0000 (11:04 -0700)
commit297390a882222ca044756f71cb3da3d639dae8d6
tree99cd4e06b89e4963f873f9632555e19e5caba454
parentd7672d4ebe59db94d145354f71962040891af013
Consider anchor outputs value on inbound HTLCs

This could lead us to accept HTLCs that would put the sender below
their reserve, which must never happen.
lightning/src/ln/channel.rs
lightning/src/ln/monitor_tests.rs
lightning/src/ln/payment_tests.rs