diff --git a/discovery/gossiper_test.go b/discovery/gossiper_test.go index 54b674fab..63b566ae4 100644 --- a/discovery/gossiper_test.go +++ b/discovery/gossiper_test.go @@ -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 }