mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 09:53:54 +01:00
itest: fix flake in testChannelFundingPersistence
This commit is contained in:
parent
d6043c26a7
commit
4fdce8b448
@ -690,6 +690,11 @@ func testChannelFundingPersistence(ht *lntest.HarnessTest) {
|
||||
chanAlice := ht.AssertChannelExists(alice, chanPoint)
|
||||
ht.AssertChannelExists(carol, chanPoint)
|
||||
|
||||
// Make sure Alice and Carol have seen the channel in their network
|
||||
// topology.
|
||||
ht.AssertTopologyChannelOpen(alice, chanPoint)
|
||||
ht.AssertTopologyChannelOpen(carol, chanPoint)
|
||||
|
||||
// Create an additional check for our channel assertion that will
|
||||
// check that our label is as expected.
|
||||
shortChanID := lnwire.NewShortChanIDFromInt(chanAlice.ChanId)
|
||||
|
Loading…
Reference in New Issue
Block a user