PrivValidatorKeyFile returns the full path to the priv_validator_key.json file
()
| 269 | |
| 270 | // PrivValidatorKeyFile returns the full path to the priv_validator_key.json file |
| 271 | func (cfg BaseConfig) PrivValidatorKeyFile() string { |
| 272 | return rootify(cfg.PrivValidatorKey, cfg.RootDir) |
| 273 | } |
| 274 | |
| 275 | // PrivValidatorFile returns the full path to the priv_validator_state.json file |
| 276 | func (cfg BaseConfig) PrivValidatorStateFile() string { |