sweep: ensure we factor in extra change addrs in MaxFeeRateAllowed

This commit is contained in:
Olaoluwa Osuntokun
2024-09-27 17:07:53 +09:00
parent f2adabb989
commit bdaa9f4146
4 changed files with 48 additions and 10 deletions

View File

@@ -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](),