mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 22:45:27 +01:00
gossipd: remember to squelch node announcements when shuffling
Closing channels would previously require moving the node announcements in the gossip store on occasion. They incorrectly lost their spam flag during this process (would no longer be squelched.) Changelog-None
This commit is contained in:
parent
69cd043189
commit
463355de59
1 changed files with 1 additions and 1 deletions
|
@ -484,7 +484,7 @@ static void force_node_announce_rexmit(struct routing_state *rstate,
|
|||
node->rgraph.timestamp,
|
||||
is_local,
|
||||
false,
|
||||
false,
|
||||
true,
|
||||
NULL);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue