mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-10 14:17:56 +01:00
sweep: ensure we factor in extra change addrs in MaxFeeRateAllowed
This commit is contained in:
@@ -92,7 +92,7 @@ func TestNewBudgetInputSet(t *testing.T) {
|
||||
rt.ErrorContains(err, "duplicate inputs")
|
||||
rt.Nil(set)
|
||||
|
||||
// Pass a slice of inputs that only one input has the deadline height,
|
||||
// Pass a slice of inputs that only one input has the deadline height.
|
||||
set, err = NewBudgetInputSet(
|
||||
[]SweeperInput{input0, input3}, testHeight,
|
||||
fn.None[AuxSweeper](),
|
||||
|
||||
Reference in New Issue
Block a user