'--voter' is no longer required

This commit is contained in:
Christopher Goes 2018-10-26 16:09:17 +02:00
parent 8288490430
commit 860245e6fa

View File

@ -394,7 +394,6 @@ After a proposal's deposit reaches the `MinDeposit` value, the voting period ope
```bash
gaiacli tx vote \
--proposal-id=<proposal_id> \
--voter=<account_cosmos> \
--option=<Yes/No/NoWithVeto/Abstain> \
--from=<name> \
--chain-id=<chain_id>