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

channeld: send warning, not error if peer has old commitment number. #5152

Merged
merged 1 commit into from
Sep 26, 2022

Commits on Sep 21, 2022

  1. channeld: send error, not warning, if peer has old commitment number.

    This is the minimal change to meet the desired outcome of lightning/bolts#934
    which wants to give obsolete-db nodes a chance to fix things up, before we
    close the channel.
    
    We need to dance around a bit here, since we *will* close the channel if
    we receive an ERROR, so we suppress that.
    
    Signed-off-by: Rusty Russell <[email protected]>
    rustyrussell authored and cdecker committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    a551f70 View commit details
    Browse the repository at this point in the history