Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emit disabled channel_update when channel closes #2766

Closed
t-bast opened this issue Oct 17, 2023 · 0 comments · Fixed by #2774
Closed

Emit disabled channel_update when channel closes #2766

t-bast opened this issue Oct 17, 2023 · 0 comments · Fixed by #2774

Comments

@t-bast
Copy link
Member

t-bast commented Oct 17, 2023

This lets nodes that don't watch the chain in real-time know that they shouldn't attempt to relay payments through that channel anymore.

t-bast added a commit that referenced this issue Nov 10, 2023
As soon as a channel is transitioning to a closing state (mutual or
unilateral close), it cannot be used to relay HTLCs anymore. We should
notify the network by sending a disabled `channel_update`.

Fixes #2766
t-bast added a commit that referenced this issue Nov 10, 2023
As soon as a channel is transitioning to a closing state (mutual or
unilateral close), it cannot be used to relay HTLCs anymore. We should
notify the network by sending a disabled `channel_update`.

Fixes #2766
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant