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

Add test for duplicate HTLC fail-back #3570

Open
TheBlueMatt opened this issue Jan 29, 2025 · 0 comments
Open

Add test for duplicate HTLC fail-back #3570

TheBlueMatt opened this issue Jan 29, 2025 · 0 comments
Labels
Take a Friday Leave a Friday Stomp the Bugs, Without Much Commitment

Comments

@TheBlueMatt
Copy link
Collaborator

In 0.1.1 we fixed an issue where if someone relays two identical (hash and amount) HTLCs through us and then force-closes with a stale state we'll only fail-back one of them. We fixed it indirectly by just failing back everything at a timeout, which is fine, but we shouldn't wait to fail these HTLCs back. Further, we should add a test for this.

@TheBlueMatt TheBlueMatt added the Take a Friday Leave a Friday Stomp the Bugs, Without Much Commitment label Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Take a Friday Leave a Friday Stomp the Bugs, Without Much Commitment
Projects
None yet
Development

No branches or pull requests

1 participant