mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-08 08:34:31 +01:00
Occasional failure in test_fulfill_incoming_first where the channel closed before the final message from dev_disonnect was read. Cause was the peer writing a gossip msg and failing due to ECONNRESET, before it read the final message. (Managed to reproduce under strace -f, FTW). This is really a symptom of the fact that line_graph's announce=True didn't wait for node announcements. Let's do that. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>