Wrong accepted argument inside CLI profile delete #166
Labels
kind/bug
Something isn't working
x/profiles
Module that allows to create and manage decentralized social profiles
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
The text was updated successfully, but these errors were encountered: