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 grantee vote on proposal represent granter, explorer cannot display it on proposal votes.
$ provenanced q gov vote 46 pb1s9f4e20xtqrk9tdfhhpavrf26cqjr4eyyxgzpj --node https://rpc.provenance.io:443 metadata: "" options: - option: VOTE_OPTION_YES weight: "1.000000000000000000" proposal_id: "46" voter: pb1s9f4e20xtqrk9tdfhhpavrf26cqjr4eyyxgzpj
v3.5.0
/cosmos.gov.v1.MsgVote
$ provenanced tx authz grant <GRANTEE> generic --msg-type=/cosmos.gov.v1.MsgVote --from <GRANTER> --chain-id pio-mainnet-1
provenanced tx authz exec <VOTE DATA JSON> --from <GRANTEE> --gas auto --gas-prices 1905nhash --chain-id pio-mainnet-1
The text was updated successfully, but these errors were encountered:
This issue was fixed. authz vote tx displayed well in proposal dashboard.
Sorry, something went wrong.
No branches or pull requests
Summary of Bug
If grantee vote on proposal represent granter, explorer cannot display it on proposal votes.
Version
v3.5.0
Steps to Reproduce
/cosmos.gov.v1.MsgVote
type of Msg to grantee.For Admin Use
The text was updated successfully, but these errors were encountered: