lnd/peer
Olaoluwa Osuntokun 9acad37f57
peer: always send channel update on reconnect
We have existing logic to attempt to reliably send a channel update to
the remote peer. In the wild, we've seen this fail, as it's possible
right when we send the update the peer disconnects.

In this commit, we implement a simple fix which is just to send the chan
update each time we connect to the remote party.

Fixes https://github.com/lightningnetwork/lnd/issues/6870.
2024-08-07 17:48:50 -07:00
..
brontide_test.go peer: always send channel update on reconnect 2024-08-07 17:48:50 -07:00
brontide.go peer: always send channel update on reconnect 2024-08-07 17:48:50 -07:00
interfaces.go peer+lnwire: move LinkUpdater to lnwire 2024-03-06 11:59:19 -08:00
log.go multi: add NewLogClosure in lnutils to avoid repetition 2024-07-25 21:25:23 +08:00
musig_chan_closer.go lnwallet: fix taproot co-op close nonce bug 2023-08-22 16:33:50 -07:00
ping_manager_test.go peer: make PingManager.Stop infallible 2024-05-21 13:29:31 -07:00
ping_manager.go peer: make PingManager.Stop infallible 2024-05-21 13:29:31 -07:00
test_utils.go peer: always send channel update on reconnect 2024-08-07 17:48:50 -07:00