Use min mempool feerate for outbound updates on anchor channels
authorWilmer Paulino <wilmer@wilmerpaulino.com>
Thu, 13 Jul 2023 23:04:10 +0000 (16:04 -0700)
committerWilmer Paulino <wilmer@wilmerpaulino.com>
Fri, 14 Jul 2023 21:49:57 +0000 (14:49 -0700)
commit7751cb90669c81c4ca843cba9a0f0001504a1285
tree94870f35d250bb2e1ac36b7a3e7c8a02ce1404b7
parent1349ac8e2d1c220a425469721394d2dc8dcd33e4
Use min mempool feerate for outbound updates on anchor channels

As done with inbound feerate updates, we can afford to commit less in
fees, as long as we still may the minimum mempool feerate. This enables
users to spend a bit more of their balance, as less funds are being
committed to transaction fees.
lightning/src/ln/channel.rs
lightning/src/ln/channelmanager.rs