mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-05 17:05:50 +02:00
sweep: rename fee()
to feeWithParent()
for clarity
To make sure the caller has a better idea about what this method is doing.
This commit is contained in:
@@ -44,7 +44,7 @@ func createSweepTx(inputs []input.Input, outputs []*wire.TxOut,
|
||||
return nil, 0, err
|
||||
}
|
||||
|
||||
txFee := estimator.fee()
|
||||
txFee := estimator.feeWithParent()
|
||||
|
||||
var (
|
||||
// Create the sweep transaction that we will be building. We
|
||||
|
Reference in New Issue
Block a user