Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Woosang Son committed Oct 12, 2020
1 parent dcc16b7 commit 0f9fe21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ type BaseConfig struct { //nolint: maligned
FilterPeers bool `mapstructure:"filter_peers"` // false

// Specify validator's private key type
PrivKeyType string `mapstructure:"priv_key_type"`
PrivKeyType string `mapstructure:"priv-key-type"`
}

// DefaultBaseConfig returns a default base configuration for a Tendermint node
Expand Down

0 comments on commit 0f9fe21

Please sign in to comment.