mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-01-19 05:45:21 +01:00
itest: fix make lint
This commit is contained in:
parent
4f9f2f7901
commit
60da823396
@ -554,8 +554,8 @@ func channelForceClosureTest(ht *lntemp.HarnessTest,
|
||||
// the commitment transaction which was broadcast on-chain.
|
||||
sweepTx := ht.Miner.GetRawTransaction(sweepingTXID)
|
||||
for _, txIn := range sweepTx.MsgTx().TxIn {
|
||||
require.Equal(ht, &txIn.PreviousOutPoint.Hash,
|
||||
closingTxID, "sweep transaction not spending from commit")
|
||||
require.Equal(ht, &txIn.PreviousOutPoint.Hash, closingTxID,
|
||||
"sweep transaction not spending from commit")
|
||||
}
|
||||
|
||||
// We expect a resolution which spends our commit output.
|
||||
|
Loading…
Reference in New Issue
Block a user