-
Notifications
You must be signed in to change notification settings - Fork 411
Fix possible dust HTLC sweep tx when feerate remains unchanged during a bump #3832
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
base: main
Are you sure you want to change the base?
Conversation
👋 Thanks for assigning @TheBlueMatt as a reviewer! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3832 +/- ##
==========================================
- Coverage 89.91% 89.90% -0.01%
==========================================
Files 160 160
Lines 129307 129581 +274
Branches 129307 129581 +274
==========================================
+ Hits 116270 116505 +235
- Misses 10349 10383 +34
- Partials 2688 2693 +5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Do you mind updating the commit message to follow these guidelines?
When bumping an HTLC sweep transaction, if the feerate remains unchanged, `feerate_bump` doesn't check whether the output amount is below the dust limit. However, this situation can occur if the transaction's inputs are modified. See also: lightningdevkit#3831
1a19a4a
to
ab132ab
Compare
Hi, @wpaulino. |
🔔 1st Reminder Hey @TheBlueMatt! This PR has been waiting for your review. |
1 similar comment
🔔 1st Reminder Hey @TheBlueMatt! This PR has been waiting for your review. |
Fix #3831