Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using ipfs pin rm from API does the right thing but returns a message like: { Pinned: [ 'Qma4hjFTnCasJ8PVp3mZbZK5g2vGDT4LByLJ7m8ciyRFZP' ] } #1903

Closed
daviddias opened this issue Oct 27, 2015 · 2 comments

Comments

@daviddias
Copy link
Member

Noticed that ipfs pin rm returned:

{ Pinned: [ 'Qma4hjFTnCasJ8PVp3mZbZK5g2vGDT4LByLJ7m8ciyRFZP' ] }

and then when checking for the list of pins, the hash was not there, which means that the behaviour is correct, it is just the word "Pinned" that should say Unpinned"

ipfs cli shows a correct message however.

@jbenet
Copy link
Member

jbenet commented Oct 28, 2015

agree.

@whyrusleeping
Copy link
Member

this has since been changed to Pins, which is more agnostic to the action performed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants