Skip to content

Commit

Permalink
Update config/config.go
Browse files Browse the repository at this point in the history
Co-authored-by: Torao Takami <koiroha@gmail.com>
  • Loading branch information
jaeseung-bae and torao authored Aug 30, 2023
1 parent 190088f commit 486c71a
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 @@ -245,7 +245,7 @@ type BaseConfig struct { //nolint: maligned
// example) tcp://0.0.0.0:26659
PrivValidatorListenAddr string `mapstructure:"priv_validator_laddr"`

// Validator's remote address to allow a connection
// Validator's remote addresses to allow a connection
// Comma separated list of addresses to allow
// ostracon only allows a connection from these addresses separated by a comma
// example) 127.0.0.1
Expand Down

0 comments on commit 486c71a

Please sign in to comment.