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:
yyforyongyu
2024-11-08 16:52:59 +08:00
parent 8f3100c984
commit 7ceb9a4af5
6 changed files with 15 additions and 69 deletions

View File

@@ -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)
}
}