mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-07 14:00:08 +02:00
input+sweep: log input witness types instead of CSV/CLTV count
This commit is contained in:
@ -339,7 +339,7 @@ func assertTxFeeRate(t *testing.T, tx *wire.MsgTx,
|
||||
outputAmt := tx.TxOut[0].Value
|
||||
|
||||
fee := btcutil.Amount(inputAmt - outputAmt)
|
||||
_, txWeight, _, _ := getWeightEstimate(inputs)
|
||||
_, txWeight := getWeightEstimate(inputs)
|
||||
|
||||
expectedFee := expectedFeeRate.FeeForWeight(txWeight)
|
||||
if fee != expectedFee {
|
||||
|
Reference in New Issue
Block a user