mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 01:43:16 +01:00
itest: fix flake in runPsbtChanFundingWithNodes
This commit is contained in:
parent
8bd78fa104
commit
315ff72c11
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user