PrivValidatorFile returns the full path to the priv_validator_state.json file
()
| 274 | |
| 275 | // PrivValidatorFile returns the full path to the priv_validator_state.json file |
| 276 | func (cfg BaseConfig) PrivValidatorStateFile() string { |
| 277 | return rootify(cfg.PrivValidatorState, cfg.RootDir) |
| 278 | } |
| 279 | |
| 280 | // NodeKeyFile returns the full path to the node_key.json file |
| 281 | func (cfg BaseConfig) NodeKeyFile() string { |