-
Notifications
You must be signed in to change notification settings - Fork 608
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
estimate-swap-exact-amount return Error: accepts 4 arg(s), received 3 #4225
Comments
Thanks for the issue! Can you confirm if your binary is in the right version? (Latest Mainnet verison, which is V14) I have tested this locally on the latest binary and would return error if the given command is not 3 argument. |
Thank you for your reply, when I do |
Interesting, what do you get when you do the following query?
|
It's the same error. |
It should not be omitting same error, could you double check if you do not have duplciated binary or if you have properly set GOPATHs? |
It's possible, I used |
Hello, had the same error |
Thanks ! I tried to |
Can i handle it? |
System information
Osmosis version: 14.0.0
OS & Version: Linux
Expected behaviour
osmosisd q gamm estimate-swap-exact-amount-in 722 osmo1xwazl8ftks4gn00y5x3c47auquc62ssuds42sz 9746109223341728563ibc/6AE98883D4D5D5FF9E50D7130F1305DA2FFA0C652D1DD9C123657C6B4EB2DF8A --swap-route-pool-ids 722,678 --swap-route-denoms uosmo,ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858 --output json
should work.Actual behaviour
It return
Error: accepts 4 arg(s), received 3
The text was updated successfully, but these errors were encountered: