PrivValidatorAddr -> PrivValidatorListenAddr. Update ADR008

This commit is contained in:
Ethan Buchman
2018-02-28 09:35:52 -05:00
committed by Alexander Simmerl
parent ee51ad8e29
commit d4e4055d57
5 changed files with 20 additions and 11 deletions

View File

@@ -104,8 +104,9 @@ type BaseConfig struct {
// A custom human readable name for this node
Moniker string `mapstructure:"moniker"`
// TCP or UNIX socket address of the PrivValidator server
PrivValidatorAddr string `mapstructure:"priv_validator_addr"`
// TCP or UNIX socket address for Tendermint to listen on for
// connections from an external PrivValidator process
PrivValidatorListenAddr string `mapstructure:"priv_validator_laddr"`
// TCP or UNIX socket address of the ABCI application,
// or the name of an ABCI application compiled in with the Tendermint binary