]> git.bitcoin.ninja Git - rust-lightning/commit
Re-broadcast our own gossip even if its same as the last broadcast
authorMatt Corallo <git@bluematt.me>
Sat, 13 Nov 2021 01:54:54 +0000 (01:54 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 23 Nov 2021 22:18:00 +0000 (22:18 +0000)
commit391fbfbe1abbd011395542f5f0f96dbc57b8655e
tree9c850ea4f96fca9c35642b6668ac24d44f7ccad9
parent8f89371bae42d127f28b4362322682fe22718175
Re-broadcast our own gossip even if its same as the last broadcast

Even if our gossip hasn't changed, we should be willing to
re-broadcast it to our peers. All our peers may have been
disconnected the last time we broadcasted it.
lightning/src/ln/msgs.rs
lightning/src/ln/peer_handler.rs
lightning/src/routing/network_graph.rs