Skip to content

Commit a9c0b2b

Browse files
lilamilaTobias Schwarz
andauthored
Update votercli to voterd command (#759)
Co-authored-by: Tobias Schwarz <tobias@tendermint.com>
1 parent 5b1e8f6 commit a9c0b2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

voter/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ The CLI definition is available at `x/voter/client/cli/txPoll.go`.
326326
For example:
327327

328328
```sh
329-
votercli tx voter create-poll "Text editors" "Emacs" "Vim" --from alice
329+
voterd tx voter create-poll "Text editors" "Emacs" "Vim" --from alice
330330
```
331331

332332
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.

0 commit comments

Comments
 (0)