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

lightningd: remove incorrect old-payment-htlc-delete logic. #7692

Commits on Sep 23, 2024

  1. lightningd: remove incorrect old-payment-htlc-delete logic.

    This was incorrect once we stopped removing old payments on failure,
    which was the reason we had to remove the HTLCs.
    
    It also removed by partid, which is wrong since it should have done
    old_payment->partid and old_payment->groupid!
    
    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    rustyrussell authored and ShahanaFarooqui committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    9db1458 View commit details
    Browse the repository at this point in the history