-
Notifications
You must be signed in to change notification settings - Fork 912
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lightningd: always broadcast our own gossip when it changes.
When a peer connects, we always send all our own gossip (even if they had set the timestamp filters to filter it out). But we weren't forcing it out to them when it changed, so this logic only applied to unstable or frequently-restarting nodes. So now, we tell all the peers whenever we tell gossipd about our new gossip. Fixes: #7276 Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Changelog-Changed: Protocol: We now send current peers our changed gossip (even if they set timestamp_filter otherwise), not just on reconnect.
- Loading branch information
1 parent
b525207
commit 48259af
Showing
2 changed files
with
69 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters