mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-27 09:12:15 +02:00
discovery/gossiper test: remove mockGraphSource.SelfEdges
This commit is contained in:
parent
e201fbe396
commit
8b9fd039ec
@ -165,10 +165,6 @@ func (r *mockGraphSource) UpdateEdge(edge *channeldb.ChannelEdgePolicy) error {
|
|||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (r *mockGraphSource) SelfEdges() ([]*channeldb.ChannelEdgePolicy, error) {
|
|
||||||
return nil, nil
|
|
||||||
}
|
|
||||||
|
|
||||||
func (r *mockGraphSource) CurrentBlockHeight() (uint32, error) {
|
func (r *mockGraphSource) CurrentBlockHeight() (uint32, error) {
|
||||||
return r.bestHeight, nil
|
return r.bestHeight, nil
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user