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

Ignore commit_sig for aborted splice #2709

Merged
merged 1 commit into from
Jul 10, 2023
Merged

Commits on Jul 10, 2023

  1. Ignore commit_sig for aborted splice

    After exchanging `tx_complete`, we validate the splice transaction before
    sending our `commit_sig`. If we consider the transaction invalid, we send
    `tx_abort`. But if our peer thinks the transaction is valid, they will send
    their `commit_sig`, which we must ignore until they've acked our `tx_abort`.
    t-bast committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    ad273f0 View commit details
    Browse the repository at this point in the history