core-lightning/bitcoin/test
Rusty Russell b920d4d21b wire: make fromwire_fail return non-const, use it more
It returns NULL, so you can simply `return fromwire_fail(...)`
if you want to return NULL in this case.  Use that more.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2020-05-20 11:36:13 +02:00
..
Makefile setup: create a common setup which will handle the wally-context 2020-05-19 13:35:42 +09:30
run-bitcoin_block_from_hex.c wire: make fromwire_fail return non-const, use it more 2020-05-20 11:36:13 +02:00
run-secret_eq_consttime.c wire: move remaining bitcoin functions out to bitcoin/ files. 2020-05-18 14:51:12 +02:00
run-tx-encode.c wire: make fromwire_fail return non-const, use it more 2020-05-20 11:36:13 +02:00