Commit f18df505 authored by Łukasz Magiera's avatar Łukasz Magiera

Fix cid after rebase

parent 25a82692
......@@ -39,7 +39,7 @@ func (c *client) SearchValue(ctx context.Context, key string, opts ...ropts.Opti
return c.vs.SearchValue(ctx, key, opts...)
}
func (c *client) FindProviders(ctx context.Context, key *cid.Cid) ([]pstore.PeerInfo, error) {
func (c *client) FindProviders(ctx context.Context, key cid.Cid) ([]pstore.PeerInfo, error) {
return c.server.Providers(key), nil
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment