Skip to content

Commit 6e6f57f

Browse files
committed
trivial: fix comments and docs
1 parent 0805488 commit 6e6f57f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

sweep/aggregator.go

+5-5
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ type inputCluster struct {
2929
inputs pendingInputs
3030
}
3131

32-
// GroupInputs goes through the cluster's inputs and constructs sets of inputs
33-
// that can be used to generate a sensible transaction. Each set contains up to
34-
// the configured maximum number of inputs. Negative yield inputs are skipped.
35-
// No input sets with a total value after fees below the dust limit are
36-
// returned.
32+
// createInputSets goes through the cluster's inputs and constructs sets of
33+
// inputs that can be used to generate a sweeping transaction. Each set
34+
// contains up to the configured maximum number of inputs. Negative yield
35+
// inputs are skipped. No input sets with a total value after fees below the
36+
// dust limit are returned.
3737
func (c *inputCluster) createInputSets(maxFeeRate chainfee.SatPerKWeight,
3838
maxInputs int) []InputSet {
3939

0 commit comments

Comments
 (0)