core-lightning/onchaind
Rusty Russell 9b42f49d2c onchaind: fix feerate determination.
There were two bugs here.  First, grind_feerate() needs to check the
actual range of feerates, not the same rate over and over!  Secondly,
we need to grind the feerate for the HTLC-success tx, too.

These were masked by the fact that our tests always use the same feerate!
"Untested code is buggy code"

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-11-17 14:27:54 +01:00
..
Makefile Rename subdaemons, move them into top level. 2017-08-29 17:54:14 +02:00
onchain_types.h onchain: implement penalty transaction. 2017-09-28 13:07:05 +09:30
onchain_wire.c Rename subdaemons, move them into top level. 2017-08-29 17:54:14 +02:00
onchain_wire.csv subdaemons: pass back and forth the htlc points. 2017-11-16 17:40:57 +01:00
onchain_wire.h Rename subdaemons, move them into top level. 2017-08-29 17:54:14 +02:00
onchain.c onchaind: fix feerate determination. 2017-11-17 14:27:54 +01:00