From 106d804357e0c4435e948e8c0104d7d58202570a Mon Sep 17 00:00:00 2001 From: Alexander Simmerl Date: Wed, 14 Feb 2018 02:51:05 +0100 Subject: [PATCH] Correct config description --- cmd/tendermint/commands/run_node.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/tendermint/commands/run_node.go b/cmd/tendermint/commands/run_node.go index bebef5ed..619a94b1 100644 --- a/cmd/tendermint/commands/run_node.go +++ b/cmd/tendermint/commands/run_node.go @@ -15,7 +15,7 @@ func AddNodeFlags(cmd *cobra.Command) { cmd.Flags().String("moniker", config.Moniker, "Node Name") // priv val flags - cmd.Flags().String("priv_validator_addr", config.PrivValidatorAddr, "Socket address for PrivValidator") + cmd.Flags().String("priv_validator_addr", config.PrivValidatorAddr, "Socket address for private validator") // node flags cmd.Flags().Bool("fast_sync", config.FastSync, "Fast blockchain syncing")