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

Error when renaming keys #4953

Closed
martin-looklet opened this issue Apr 20, 2018 · 2 comments
Closed

Error when renaming keys #4953

martin-looklet opened this issue Apr 20, 2018 · 2 comments
Labels
help wanted Seeking public contribution on this issue kind/bug A bug in existing code (including security flaws)

Comments

@martin-looklet
Copy link

Version information:

go-ipfs version: 0.4.14-
Repo version: 6
System version: amd64/darwin
Golang version: go1.10

Type:

Bug

Description:

If I create a key with ipfs key gen and try to rename it, I get an error, but the key is renamed:

> ipfs key gen --type=rsa --size=2048 key1
> ipfs key rename key1 key2 
Error: expected a KeyRenameOutput as command result
> ipfs key list
self
key2
@magik6k magik6k added kind/bug A bug in existing code (including security flaws) help wanted Seeking public contribution on this issue labels Apr 20, 2018
@grokcoder
Copy link
Contributor

This issue should be closed

@Kubuxu Kubuxu closed this as completed May 18, 2018
@Kubuxu
Copy link
Member

Kubuxu commented May 18, 2018

@grokcoder thanks for fixing it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Seeking public contribution on this issue kind/bug A bug in existing code (including security flaws)
Projects
None yet
Development

No branches or pull requests

4 participants