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

Wrong accepted argument inside CLI profile delete #166

Closed
leobragaz opened this issue May 15, 2020 · 1 comment · Fixed by #167
Closed

Wrong accepted argument inside CLI profile delete #166

leobragaz opened this issue May 15, 2020 · 1 comment · Fixed by #167
Assignees
Labels
kind/bug Something isn't working x/profiles Module that allows to create and manage decentralized social profiles

Comments

@leobragaz
Copy link
Contributor

Bug description

Currently inside the profile delete CLI command we accept 1 argument but that argument is useless due to how we handle the profile deletion now. It was probably a remaining parameter from the previous implementation.

Steps to reproduce

desmoscli tx profile create [moniker]
desmoscli tx profile delete

Expected behavior

ERROR: accepts 1 arg(s), received 0

@leobragaz leobragaz added kind/bug Something isn't working x/profiles Module that allows to create and manage decentralized social profiles labels May 15, 2020
@leobragaz leobragaz self-assigned this May 15, 2020
@leobragaz
Copy link
Contributor Author

I will fix it ASAP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working x/profiles Module that allows to create and manage decentralized social profiles
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant