Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
connectd: don't suppress channel_announcement without channel_update …
…yet. This happens if: 1. The peer sets a timestamp filter to non-zero, and 2. We have a channel_announcement without a channel_update. The timestamp is 0 as a placeholder as part of the recent gossip rework (we used to hold these channel_announcement in memory, which was complex). But this means we won't send it in this case, and if we later send the channel_update, CI will complain about 'Bad gossip order'. Signed-off-by: Rusty Russell <[email protected]>
- Loading branch information