mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-26 13:42:49 +02:00
chancloser: use param instead of constant
The param previously was unused so this was likely an oversight or copy/paste error. This does not change any behavior, as the method was always called with the constant previously used. But it makes things more explicit.
This commit is contained in:
@@ -642,7 +642,7 @@ func (r *rbfCloserTestHarness) assertSingleRbfIteration(
|
||||
// We'll now send in the send offer event, which should trigger 1/2 of
|
||||
// the RBF loop, ending us in the LocalOfferSent state.
|
||||
r.expectHalfSignerIteration(
|
||||
initEvent, balanceAfterClose, absoluteFee, noDustExpect,
|
||||
initEvent, balanceAfterClose, absoluteFee, dustExpect,
|
||||
iteration,
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user