-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
[Bug]: multisign outputs key not provided #19191
Comments
That's actually a feature more than a bug. Whenever flag |
For reference: #18101 |
I see although as shown by the command help: The name of the key is a required argument but not the --from flag. Maybe we could change that just leave the file as argument and check --from has been set? |
I see, then it's a bug indeed. I don't think we should change the command UX. |
Is there an existing issue for this?
What happened?
The multisign command now outputs the following message: 'No key name or address provided; using the default key: alice.'
This could potentially break scripts that use the redirect operator, although not a significant issue as those can always be updated to use
--output-document
. Main issue is it provides misleading information, as multisig key name is a required argument for the command.Cosmos SDK Version
main
How to reproduce?
tx multi-sign... (without using --from flag)
The text was updated successfully, but these errors were encountered: