1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-08-06 19:44:01 +08:00

coreiface: updates for path name refactor

License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
This commit is contained in:
Łukasz Magiera
2019-03-26 15:11:03 +01:00
committed by Steven Allen
parent 667b7f9927
commit a54b64bede
22 changed files with 48 additions and 48 deletions

View File

@ -130,7 +130,7 @@ Resolve the value of an IPFS DAG path:
}
// else, ipfs path or ipns with recursive flag
rp, err := api.ResolvePath(req.Context, path.ParsePath(name))
rp, err := api.ResolvePath(req.Context, path.New(name))
if err != nil {
return err
}