mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-08 02:44:45 +02:00
multi: apply the new type lntypes.WeightUnit
This commit is contained in:
@@ -379,7 +379,7 @@ func testRescanAddressDetection(ht *lntest.HarnessTest) {
|
||||
estimator := input.TxWeightEstimator{}
|
||||
estimator.AddP2WKHInput()
|
||||
estimator.AddP2WKHOutput()
|
||||
estimatedWeight := int64(estimator.Weight())
|
||||
estimatedWeight := estimator.Weight()
|
||||
requiredFee := feeRate.FeeForWeight(estimatedWeight)
|
||||
|
||||
tx := wire.NewMsgTx(2)
|
||||
|
Reference in New Issue
Block a user