Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

fix so that multihashes may be followed by sub-path strings #495

Merged
merged 1 commit into from Dec 25, 2016
Merged

fix so that multihashes may be followed by sub-path strings #495

merged 1 commit into from Dec 25, 2016

Conversation

ghost
Copy link

@ghost ghost commented Dec 24, 2016

In the command-line tool you can have a hash followed by a path:

ipfs cat QmXJ8KkgKyjRxTrEDvmZWZMNGq1dk3t97AVhF1Xeov3kB4/meta.json

Using ipfs-api before this patch I would get these errors when I try to do the same thing:

not valid multihash

With this patch, I get the expected output, the same as the command-line tool.

@daviddias
Copy link
Contributor

Sweet, thank you @substack :)

@daviddias daviddias merged commit c9df6c3 into ipfs-inactive:master Dec 25, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant