itest: fix flake in runPsbtChanFundingWithNodes

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

View File

@ -272,6 +272,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)