mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-01 17:47:30 +01:00
We previously tried to use the commitment tx to create an initial feerate range, then refine it as we look at each HTLC tx. This was wrong, because the commitment tx can underpay fees (if it can't afford it), and our estimate of the maximum possible feerate would be too low. Now, we only have two fees we need to figure out: HTLC timeout txs and HTLC success txs, so simply grind them on first use. Fixes: #1290 Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> |
||
---|---|---|
.. | ||
Makefile | ||
onchain.c | ||
onchain_types.h | ||
onchain_wire.c | ||
onchain_wire.csv | ||
onchain_wire.h |