Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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