mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-28 14:40:51 +02:00
lntest+itest: remove AssertNumActiveEdges
This is no longer needed since we don't have standby nodes, plus it's causing panic in windows build due to `edge.Policy` being nil.
This commit is contained in:
@@ -404,7 +404,7 @@ func (m *mppTestScenario) openChannels(r *mppOpenChannelRequest) {
|
||||
}
|
||||
|
||||
// Each node should have exactly 6 edges.
|
||||
m.ht.AssertNumActiveEdges(hn, len(m.channelPoints), false)
|
||||
m.ht.AssertNumEdges(hn, len(m.channelPoints), false)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user