Skip to content

Commit

Permalink
Update votercli to voterd command (#759)
Browse files Browse the repository at this point in the history
Co-authored-by: Tobias Schwarz <[email protected]>
  • Loading branch information
lilamila and Tobias Schwarz authored Jul 13, 2021
1 parent 5b1e8f6 commit a9c0b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion voter/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ The CLI definition is available at `x/voter/client/cli/txPoll.go`.
For example:

```sh
votercli tx voter create-poll "Text editors" "Emacs" "Vim" --from alice
voterd tx voter create-poll "Text editors" "Emacs" "Vim" --from alice
```

This command generates a transaction with a create poll message, signs the transaction using the private key of app end user `alice`, and broadcasts the transaction to the blockchain. Remember, `alice` is one of two users that this tutorial created by default.
Expand Down

0 comments on commit a9c0b2b

Please sign in to comment.