discovery/gossiper test: remove mockGraphSource.SelfEdges

This commit is contained in:
Johan T. Halseth 2019-09-10 14:37:17 +02:00
parent e201fbe396
commit 8b9fd039ec
No known key found for this signature in database
GPG Key ID: 15BAADA29DA20D26

View File

@ -165,10 +165,6 @@ func (r *mockGraphSource) UpdateEdge(edge *channeldb.ChannelEdgePolicy) error {
return nil
}
func (r *mockGraphSource) SelfEdges() ([]*channeldb.ChannelEdgePolicy, error) {
return nil, nil
}
func (r *mockGraphSource) CurrentBlockHeight() (uint32, error) {
return r.bestHeight, nil
}