mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-05-31 02:01:46 +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()
|
||||
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…
x
Reference in New Issue
Block a user