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

Open
wants to merge 1 commit into
base: release-24.08.2
Choose a base branch
from

Conversation

ShahanaFarooqui
Copy link
Collaborator

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!

(This is a subset of #7640)

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>
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.

2 participants