Commit ab132ab
committed
Ensure package output is not less than dust limit
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: #38311 parent 97f0e4b commit ab132ab
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1365 | 1365 | | |
1366 | 1366 | | |
1367 | 1367 | | |
1368 | | - | |
| 1368 | + | |
1369 | 1369 | | |
1370 | 1370 | | |
1371 | 1371 | | |
1372 | | - | |
| 1372 | + | |
1373 | 1373 | | |
1374 | 1374 | | |
1375 | 1375 | | |
| |||
0 commit comments