KeyFile returns the full path to the priv_validator_key.json file
()
| 421 | |
| 422 | // KeyFile returns the full path to the priv_validator_key.json file |
| 423 | func (cfg *PrivValidatorConfig) KeyFile() string { |
| 424 | return rootify(cfg.Key, cfg.RootDir) |
| 425 | } |
| 426 | |
| 427 | // StateFile returns the full path to the priv_validator_state.json file |
| 428 | func (cfg *PrivValidatorConfig) StateFile() string { |