We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It is a help text bug. The help text states the following:
Resets the blockchain database, removes address book files, and resets priv_validator.json to the genesis state
In fact, there is no such file as priv_validator.json. The correct file in question is priv_validator_state.json, in the data folder.
cosmos-sdk v0.39.1
Run "appd --help" or "appd unsafe-reset-all --help"
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Summary of Bug
It is a help text bug. The help text states the following:
In fact, there is no such file as priv_validator.json. The correct file in question is priv_validator_state.json, in the data folder.
Version
cosmos-sdk v0.39.1
Steps to Reproduce
Run "appd --help" or "appd unsafe-reset-all --help"
For Admin Use
The text was updated successfully, but these errors were encountered: