itest: fix flake in runPsbtChanFundingWithNodes

This commit is contained in:
yyforyongyu 2024-11-10 23:27:25 +08:00
parent 8bd78fa104
commit 315ff72c11
No known key found for this signature in database
GPG Key ID: 9BCD95C4FF296868

View File

@ -269,6 +269,9 @@ func runPsbtChanFundingWithNodes(ht *lntest.HarnessTest, carol,
txHash := finalTx.TxHash()
block := ht.MineBlocksAndAssertNumTxes(6, 1)[0]
ht.AssertTxInBlock(block, txHash)
ht.AssertChannelActive(carol, chanPoint)
ht.AssertChannelActive(carol, chanPoint2)
ht.AssertChannelInGraph(carol, chanPoint)
ht.AssertChannelInGraph(carol, chanPoint2)