Skip to content

Commit

Permalink
itest: fix flake in runPsbtChanFundingWithNodes
Browse files Browse the repository at this point in the history
  • Loading branch information
yyforyongyu committed Nov 11, 2024
1 parent 8bd78fa commit 315ff72
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions itest/lnd_psbt_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 315ff72

Please sign in to comment.