rgb-cln/devtools
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
..
.gitignore devtools/onion: Add to gitignore. 2018-03-14 18:31:45 +01:00
Makefile devtools/decodemsg: add --onion option for decoding onion errors. 2018-07-27 14:12:00 +02:00
bolt11-cli.c Remove tal_len, use tal_count() or tal_bytelen(). 2018-07-30 11:31:17 +02:00
decodemsg.c devtools/decodemsg: add --onion option for decoding onion errors. 2018-07-27 14:12:00 +02:00
onion.c Force the use of the POSIX C locale for all commands and their subprocesses 2018-04-27 14:02:59 +02:00
print_wire.c per-commit-secret is a struct secret, not a sha256. 2018-07-17 12:32:00 +02:00
print_wire.h per-commit-secret is a struct secret, not a sha256. 2018-07-17 12:32:00 +02:00