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
If you provide a list of keys to the keys delete command, it will stop and fail if one of those keys is not found.
keys delete
Let's prompt an error when a key is not found and still delete the following ones.
main
simd keys add two simd keys add three simd keys add four
simd keys add two
simd keys add three
simd keys add four
simd keys delete one two three four one.info: key not found [cosmos/cosmos-sdk/crypto/keyring/keyring.go:538]
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
What happened?
If you provide a list of keys to the
keys delete
command, it will stop and fail if one of those keys is not found.Let's prompt an error when a key is not found and still delete the following ones.
Cosmos SDK Version
main
How to reproduce?
simd keys add two
simd keys add three
simd keys add four
The text was updated successfully, but these errors were encountered: