core-lightning/wire
Rusty Russell a8c60ed289 towire: remove useless double-invert in towire_bool.
GCC optimizes it out anyway: I sent an uninitialized var and it sent 8!
The receiver checks the value is 0 or 1 anyway.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-09-28 13:07:05 +09:30
..
test
fromwire.c
gen_onion_wire_csv
gen_peer_wire_csv
Makefile
onion_defs.h
peer_wire.c
peer_wire.h
towire.c
wire_io.c
wire_io.h
wire_sync.c
wire_sync.h
wire.h