core-lightning/onchaind
Rusty Russell f1e4cad9d4 feerate: use u32 everywhere.
The wire protocol uses this, in the assumption that we'll never see feerates
in excess of 4294967 satoshi per kiloweight.

So let's use that consistently internally as well.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-11-23 12:40:32 +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 feerate: use u32 everywhere. 2017-11-23 12:40:32 +01:00
onchain_wire.h Rename subdaemons, move them into top level. 2017-08-29 17:54:14 +02:00
onchain.c feerate: use u32 everywhere. 2017-11-23 12:40:32 +01:00