mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 18:11:28 +01:00
ebdecebb1a
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> |
||
---|---|---|
.. | ||
channel_wire.csv | ||
channel.c | ||
channeld_htlc.h | ||
commit_tx.c | ||
commit_tx.h | ||
full_channel.c | ||
full_channel.h | ||
Makefile |