diff --git a/sweep/tx_input_set.go b/sweep/tx_input_set.go index 3a95fff2f..ce144a8eb 100644 --- a/sweep/tx_input_set.go +++ b/sweep/tx_input_set.go @@ -373,7 +373,9 @@ func (b *BudgetInputSet) Budget() btcutil.Amount { budget += input.params.Budget } - return budget + // We'll also tack on the extra budget which will eventually be + // accounted for by the wallet txns when we're broadcasting. + return budget + b.extraBudget } // DeadlineHeight returns the deadline height of the set.