multi: address linter issues

This commit is contained in:
Elle Mouton
2023-11-08 11:40:20 +02:00
parent 84cdcd6847
commit 0e82293e45
8 changed files with 82 additions and 56 deletions

View File

@@ -222,11 +222,6 @@ func (r *mockGraphSource) ForAllOutgoingChannels(cb func(tx kvdb.RTx,
return nil
}
func (r *mockGraphSource) ForEachChannel(func(chanInfo *models.ChannelEdgeInfo,
e1, e2 *models.ChannelEdgePolicy) error) error {
return nil
}
func (r *mockGraphSource) GetChannelByID(chanID lnwire.ShortChannelID) (
*models.ChannelEdgeInfo,
*models.ChannelEdgePolicy,