Skip to content
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

Fix grant contract cli command description #1778

Closed
pinosu opened this issue Jan 16, 2024 · 0 comments · Fixed by #1792
Closed

Fix grant contract cli command description #1778

pinosu opened this issue Jan 16, 2024 · 0 comments · Fixed by #1792
Milestone

Comments

@pinosu
Copy link
Contributor

pinosu commented Jan 16, 2024

Currently in the description the grantee is the second argument, but it should be the first according to the implementation.
It should be:
wasmd tx wasm grant contract [grantee] [message_type=\"execution\"|\"migration\"] [contract_addr_bech32] --allow-raw-msgs [msg1,msg2,...] --allow-msg-keys [key1,key2,...] --allow-all-messages instead of wasmd tx wasm grant contract [message_type=\"execution\"|\"migration\"] [grantee] [contract_addr_bech32] --allow-raw-msgs [msg1,msg2,...] --allow-msg-keys [key1,key2,...] --allow-all-messages

@pinosu pinosu added this to the v0.46.0 milestone Jan 23, 2024
@pinosu pinosu mentioned this issue Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant