Update mine command usage information

This commit is contained in:
Christopher Goes 2018-04-05 18:26:09 +02:00
parent a21eeae5ea
commit bbda5b43dd
No known key found for this signature in database
GPG Key ID: E828D98232D328D3
1 changed files with 1 additions and 1 deletions

View File

@ -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