-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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]: Bank multi-send not working as expected #16948
Comments
I'm open to work on this if anyone acknowledges this. Thanks! |
I believe this is an issue with the example, looking at the code it's clear we expect spaces. I think we need to remove the commas in the example cosmos-sdk/x/bank/client/cli/tx.go Lines 114 to 122 in f71df80
|
This has never worked with comma separated before, maybe the |
But, I feel UX wise comma separated would be more helpful, isn't it? what do you think if we could make the command to work as per the description?? |
Not using comma separated is way more readable and takes advantage of cobra variable arguments. |
Summary of Bug
When I am trying to execute multi-send transactions with comma-separated addresses it is not working but It's working with the space-separated addresses.
Version
v0.46.7
Steps to Reproduce
but if we change the command to space separate it is working as expected.
The text was updated successfully, but these errors were encountered: