realize that i'm human and make many mistakes

This commit is contained in:
whyrusleeping 2019-10-01 10:37:31 -06:00
parent 3ebca7ce9b
commit cc1f4c5885

View File

@ -125,7 +125,7 @@ var chainReadObjCmd = &cli.Command{
}
ctx := ReqContext(cctx)
c, err := cid.Parse(cctx.Args().First)
c, err := cid.Decode(cctx.Args().First())
if err != nil {
return fmt.Errorf("failed to parse cid input: %s", err)
}