mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-29 18:10:48 +02:00
lnd+sweep: remove unused config MaxSweepAttempts
This commit is contained in:
@ -159,12 +159,11 @@ func createSweeperTestContext(t *testing.T) *sweeperTestContext {
|
||||
script[1] = 20
|
||||
return script, nil
|
||||
},
|
||||
FeeEstimator: estimator,
|
||||
MaxInputsPerTx: testMaxInputsPerTx,
|
||||
MaxSweepAttempts: testMaxSweepAttempts,
|
||||
MaxFeeRate: DefaultMaxFeeRate,
|
||||
Aggregator: aggregator,
|
||||
Publisher: mockBumper,
|
||||
FeeEstimator: estimator,
|
||||
MaxInputsPerTx: testMaxInputsPerTx,
|
||||
MaxFeeRate: DefaultMaxFeeRate,
|
||||
Aggregator: aggregator,
|
||||
Publisher: mockBumper,
|
||||
})
|
||||
|
||||
ctx.sweeper.Start()
|
||||
|
Reference in New Issue
Block a user