mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-12 14:12:27 +02:00
itest: fix flake in runPsbtChanFundingWithNodes
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user