File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ type inputCluster struct {
29
29
inputs pendingInputs
30
30
}
31
31
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.
37
37
func (c * inputCluster ) createInputSets (maxFeeRate chainfee.SatPerKWeight ,
38
38
maxInputs int ) []InputSet {
39
39
You can’t perform that action at this time.
0 commit comments