multi: rename ChannelEdgeInfo

In preparaion for adding ChannelEdgeInfo2 and a ChannelEdgeInfo
interface, rename ChannelEdgeInfo to ChannelEdgeInfo1.
This commit is contained in:
Elle Mouton
2024-08-21 11:46:18 +02:00
parent 8ac489d9bb
commit ec332086cd
31 changed files with 197 additions and 196 deletions

View File

@@ -337,7 +337,7 @@ func parseTestGraph(t *testing.T, useCache bool, path string) (
// We first insert the existence of the edge between the two
// nodes.
edgeInfo := models.ChannelEdgeInfo{
edgeInfo := models.ChannelEdgeInfo1{
ChannelID: edge.ChannelID,
AuthProof: &testAuthProof,
ChannelPoint: fundingPoint,
@@ -652,7 +652,7 @@ func createTestGraphFromChannels(t *testing.T, useCache bool,
// We first insert the existence of the edge between the two
// nodes.
edgeInfo := models.ChannelEdgeInfo{
edgeInfo := models.ChannelEdgeInfo1{
ChannelID: channelID,
AuthProof: &testAuthProof,
ChannelPoint: *fundingPoint,