From bbda5b43ddba125cc6de10672f5265b24a6c13fe Mon Sep 17 00:00:00 2001 From: Christopher Goes Date: Thu, 5 Apr 2018 18:26:09 +0200 Subject: [PATCH] Update mine command usage information --- examples/democoin/x/pow/commands/tx.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/democoin/x/pow/commands/tx.go b/examples/democoin/x/pow/commands/tx.go index 77cfa621c..badbe3909 100644 --- a/examples/democoin/x/pow/commands/tx.go +++ b/examples/democoin/x/pow/commands/tx.go @@ -19,7 +19,7 @@ func MineCmd(cdc *wire.Codec) *cobra.Command { Short: "Mine some coins with proof-of-work!", RunE: func(cmd *cobra.Command, args []string) error { if len(args) != 4 { - return errors.New("You must provide a difficulty, a solution, and a nonce (in that order)") + return errors.New("You must provide a difficulty, a count, a solution, and a nonce (in that order)") } // get from address and parse arguments