We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7bea07 commit ec2f3adCopy full SHA for ec2f3ad
sweep/tx_input_set.go
@@ -320,13 +320,6 @@ func (b *BudgetInputSet) NeedWalletInput() bool {
320
return budgetBorrowable < budgetNeeded
321
}
322
323
-// copyInputs returns a copy of the slice of the inputs in the set.
324
-func (b *BudgetInputSet) copyInputs() []*SweeperInput {
325
- inputs := make([]*SweeperInput, len(b.inputs))
326
- copy(inputs, b.inputs)
327
- return inputs
328
-}
329
-
330
// hasNormalInput return a bool to indicate whether there exists an input that
331
// doesn't require a TxOut. When an input has no required outputs, it's either a
332
// wallet input, or an input we want to sweep.
0 commit comments