core-lightning/closingd
Rusty Russell 1752616386 closingd: allow higher closing fee if anchor_outputs.
This follows https://github.com/lightningnetwork/lightning-rfc/pull/847.

For anchor_outputs, we pass down a max_feerate to closingd, and set the
fee ceiling to MAX.  It uses that to estimate the desired closing fee.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Changelog-EXPERIMENTAL: Anchor output mutual close allow a fee higher than the final commitment transaction (as per lightning-rfc #847)
2021-09-09 12:04:48 +09:30
..
closingd.c closingd: allow higher closing fee if anchor_outputs. 2021-09-09 12:04:48 +09:30
closingd_wire.csv closingd: allow higher closing fee if anchor_outputs. 2021-09-09 12:04:48 +09:30
closingd_wiregen.c closingd: allow higher closing fee if anchor_outputs. 2021-09-09 12:04:48 +09:30
closingd_wiregen.h closingd: allow higher closing fee if anchor_outputs. 2021-09-09 12:04:48 +09:30
Makefile common/gossip_store: avoid fd pass for new store, use end marker. 2021-05-22 17:53:04 +09:30