mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-01 10:11:11 +02:00
itest+sweep: fix current itest re anchor deadline
This commit is contained in:
@@ -1216,8 +1216,8 @@ func (t *TxPublisher) createSweepTx(inputs []input.Input, changePkScript []byte,
|
||||
}
|
||||
}
|
||||
|
||||
log.Debugf("Created sweep tx %v for %v inputs", sweepTx.TxHash(),
|
||||
len(inputs))
|
||||
log.Debugf("Created sweep tx %v for inputs:\n%v", sweepTx.TxHash(),
|
||||
inputTypeSummary(inputs))
|
||||
|
||||
return sweepTx, txFee, nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user