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

Commits on Nov 10, 2023

  1. Disable channel when closing

    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 committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    8f1e5da View commit details
    Browse the repository at this point in the history