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 f5e97c0 commit 5dac7caCopy full SHA for 5dac7ca
sweep/sweeper.go
@@ -191,8 +191,8 @@ func (s *Sweeper) GetSweepFee(ctx context.Context,
191
return fee, err
192
}
193
194
-// GetSweepFee calculates the required tx fee to spend to P2WKH. It takes a
195
-// function that is expected to add the weight of the input to the weight
+// GetSweepFeeDetails calculates the required tx fee to spend to P2WKH. It takes
+// a function that is expected to add the weight of the input to the weight
196
// estimator. It returns also the fee rate and transaction weight.
197
func (s *Sweeper) GetSweepFeeDetails(ctx context.Context,
198
addInputEstimate func(*input.TxWeightEstimator) error,
0 commit comments