From a9c0b2bbf23fe421d72831355c793f07e4e476dd Mon Sep 17 00:00:00 2001 From: lilamila Date: Mon, 12 Jul 2021 20:09:21 -0700 Subject: [PATCH] Update votercli to voterd command (#759) Co-authored-by: Tobias Schwarz --- voter/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voter/index.md b/voter/index.md index d2898f1921..dba1990925 100644 --- a/voter/index.md +++ b/voter/index.md @@ -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.