Skip to content

Commit

Permalink
removed getminhops from mock rpc client too
Browse files Browse the repository at this point in the history
  • Loading branch information
alexadhy committed Jun 1, 2021
1 parent 642fa40 commit adde96a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkg/visor/rpc_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -930,11 +930,6 @@ func (mc *mockRPCClient) RuntimeLogs() (string, error) {
return "", nil
}

// GetMinHops implements API.
func (mc *mockRPCClient) GetMinHops() (uint16, error) {
return uint16(0), nil
}

// SetMinHops implements API
func (mc *mockRPCClient) SetMinHops(n uint16) error {
return nil
Expand Down

0 comments on commit adde96a

Please sign in to comment.