mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-03 03:29:50 +02:00
itest: fix flake in runPsbtChanFundingWithNodes
This commit is contained in:
parent
7ceb9a4af5
commit
7c3564eeb6
@ -272,6 +272,9 @@ func runPsbtChanFundingWithNodes(ht *lntest.HarnessTest, carol,
|
|||||||
txHash := finalTx.TxHash()
|
txHash := finalTx.TxHash()
|
||||||
block := ht.MineBlocksAndAssertNumTxes(6, 1)[0]
|
block := ht.MineBlocksAndAssertNumTxes(6, 1)[0]
|
||||||
ht.AssertTxInBlock(block, txHash)
|
ht.AssertTxInBlock(block, txHash)
|
||||||
|
|
||||||
|
ht.AssertChannelActive(carol, chanPoint)
|
||||||
|
ht.AssertChannelActive(carol, chanPoint2)
|
||||||
ht.AssertChannelInGraph(carol, chanPoint)
|
ht.AssertChannelInGraph(carol, chanPoint)
|
||||||
ht.AssertChannelInGraph(carol, chanPoint2)
|
ht.AssertChannelInGraph(carol, chanPoint2)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user