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

Disable channel when closing #2774

Merged
merged 1 commit into from Nov 10, 2023
Merged

Disable channel when closing #2774

merged 1 commit into from Nov 10, 2023

Conversation

t-bast
Copy link
Member

@t-bast t-bast commented 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

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 t-bast merged commit 0a833a5 into master Nov 10, 2023
1 check passed
@t-bast t-bast deleted the disabled-channel-on-shutdown branch November 10, 2023 15:22
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 this pull request may close these issues.

Emit disabled channel_update when channel closes
2 participants