rgb-cln/onchaind
Rusty Russell 5cf34d6618 Remove tal_len, use tal_count() or tal_bytelen().
tal_count() is used where there's a type, even if it's char or u8, and
tal_bytelen() is going to replace tal_len() for clarity: it's only needed
where a pointer is void.

We shim tal_bytelen() for now.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-07-30 11:31:17 +02:00
..
test Remove tal_len, use tal_count() or tal_bytelen(). 2018-07-30 11:31:17 +02:00
Makefile onchaind: use HSM to sign "to-us" transactions. 2018-07-24 00:40:01 +02:00
onchain.c Remove tal_len, use tal_count() or tal_bytelen(). 2018-07-30 11:31:17 +02:00
onchain_types.h onchaind: use lowball fee instead of donating to miners. 2018-06-21 13:43:32 +02:00
onchain_wire.c Update ccan/structeq. 2018-07-04 23:57:00 +02:00
onchain_wire.csv onchaind: use the HSM to get the per-commitment-point. 2018-07-24 00:40:01 +02:00
onchain_wire.h Use expected LIGHTNING_DIR_FILE_H define 2018-03-25 23:54:21 +00:00