Browse Source

Update cmd/tendermint/commands/reset_priv_validator.go

Co-authored-by: Thane Thomson <connect@thanethomson.com>
pull/8081/head
Marko 3 years ago
committed by GitHub
parent
commit
6d2a2e6b37
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cmd/tendermint/commands/reset_priv_validator.go

+ 1
- 1
cmd/tendermint/commands/reset_priv_validator.go View File

@ -32,7 +32,7 @@ func MakeResetAllCommand(conf *config.Config, logger log.Logger) *cobra.Command
return cmd
}
// MakeResetAllCommand constructs a command that removes the database of
// MakeResetStateCommand constructs a command that removes the database of
// the specified Tendermint core instance.
func MakeResetStateCommand(conf *config.Config, logger log.Logger) *cobra.Command {
var keyType string


Loading…
Cancel
Save