Skip to content

lnpeer: send channel_update on channel_reestablish#10635

Merged
SomberNight merged 1 commit into
spesmilo:masterfrom
f321x:send_channel_update
May 8, 2026
Merged

lnpeer: send channel_update on channel_reestablish#10635
SomberNight merged 1 commit into
spesmilo:masterfrom
f321x:send_channel_update

Conversation

@f321x
Copy link
Copy Markdown
Member

@f321x f321x commented May 8, 2026

If we have forwarding enabled, send a channel_update message to the peer after a channel_reestablish.
The peer needs to know our channel constraints to receive a payment (e.g. for r_tags or blinded paths) and sending it just once on mark_open might not be enough as the peer could miss it, lose it or it might get out of date if we'd change our forwarding fees. See #10630 (comment).

If we have forwarding enabled, send a channel_update message to the
peer after a channel_reestablish.
The peer needs to know our channel constraints to receive a payment
(for r_tags or blinded path) and sending it just once on mark_open
might not be enough as the peer could miss it, lose it or it might
get out of date if we'd change our forwarding fees.
See spesmilo#10630 (comment).
@f321x f321x force-pushed the send_channel_update branch from 64c0974 to a1d8483 Compare May 8, 2026 11:21
Copy link
Copy Markdown
Member

@SomberNight SomberNight left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@SomberNight SomberNight merged commit 913e635 into spesmilo:master May 8, 2026
17 checks passed
@f321x f321x deleted the send_channel_update branch May 8, 2026 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants