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 Makefiles: simplify dependencies. 2017-08-29 17:54:14 +02:00
fromwire.c gossip: fix address descriptor handling. 2017-09-03 02:01:54 +02:00
gen_onion_wire_csv
gen_peer_wire_csv gossip: include chain_hash in gossip messages. 2017-08-22 14:56:02 +02:00
Makefile Rename subdaemons, move them into top level. 2017-08-29 17:54:14 +02:00
onion_defs.h
peer_wire.c Move short_channel_id primitive into bitcoin 2017-08-10 12:34:58 +09:30
peer_wire.h BOLT: Update text to latest commit. 2017-08-22 14:56:02 +02:00
towire.c towire: remove useless double-invert in towire_bool. 2017-09-28 13:07:05 +09:30
wire_io.c
wire_io.h
wire_sync.c
wire_sync.h
wire.h gossip: fix address descriptor handling. 2017-09-03 02:01:54 +02:00