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:
Alex Myers 2023-02-14 18:32:55 -06:00 committed by Alex Myers
parent 69cd043189
commit 463355de59
1 changed files with 1 additions and 1 deletions

View File

@ -484,7 +484,7 @@ static void force_node_announce_rexmit(struct routing_state *rstate,
node->rgraph.timestamp,
is_local,
false,
false,
true,
NULL);
}
}