core-lightning/channeld
Rusty Russell ebdecebb1a channeld: send channel_announce and initial update to master, not gossipd.
There is a race we see sometimes under valgrind on Travis which shows
gossipd receiving the node_announce from master before it reads the
channel_announce from channeld, and thus fails.  The simplest solution
is to send the channel_announce and channel_update to master as well,
so it can ensure it sends them to gossipd in order

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-10-24 16:12:22 +02:00
..
channel_wire.csv channeld: send channel_announce and initial update to master, not gossipd. 2017-10-24 16:12:22 +02:00
channel.c channeld: send channel_announce and initial update to master, not gossipd. 2017-10-24 16:12:22 +02:00
channeld_htlc.h Rename subdaemons, move them into top level. 2017-08-29 17:54:14 +02:00
commit_tx.c Rename subdaemons, move them into top level. 2017-08-29 17:54:14 +02:00
commit_tx.h Rename subdaemons, move them into top level. 2017-08-29 17:54:14 +02:00
full_channel.c Typo fix: CTLV -> CLTV. 2017-10-10 20:17:37 +02:00
full_channel.h channeld: don't allow NULL htlcmap for full_channel 2017-09-03 02:01:54 +02:00
Makefile crypto_state: move to its own file. 2017-10-20 18:31:32 +02:00