core-lightning/gossipd
Rusty Russell f293ff0a6a broadcast: don't reorder channel_announce when we get the real one.
If channel_announce is rebroadcast, it should replace the existing one
in-place.  We currently only do this if we start from the unsigned one
and replace it with the signed one when we hit 6 confirms.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-12-21 09:13:28 +01:00
..
test broadcast: don't reorder channel_announce when we get the real one. 2017-12-21 09:13:28 +01:00
broadcast.c broadcast: don't reorder channel_announce when we get the real one. 2017-12-21 09:13:28 +01:00
broadcast.h broadcast: don't reorder channel_announce when we get the real one. 2017-12-21 09:13:28 +01:00
gossip_wire.csv gossip: Added internal gossip message to add a local channel 2017-12-20 06:14:53 +00:00
gossip.c gossip: Add local channels when channeld tells us to 2017-12-20 06:14:53 +00:00
handshake.c gossip: Remove HSM_FD from handshake 2017-12-17 02:44:20 +00:00
handshake.h ipaddr: rename to wireaddr. 2017-10-26 21:01:09 +00:00
Makefile Makefile: make gossipd objects depend correctly on its own headers. 2017-12-17 02:44:20 +00:00
routing.c broadcast: don't reorder channel_announce when we get the real one. 2017-12-21 09:13:28 +01:00
routing.h routing: re-expose half_add_connection. 2017-12-20 08:19:28 +00:00