ClientKeyFile returns the full path to the priv_validator_key.json file
()
| 406 | |
| 407 | // ClientKeyFile returns the full path to the priv_validator_key.json file |
| 408 | func (cfg *PrivValidatorConfig) ClientKeyFile() string { |
| 409 | return rootify(cfg.ClientKey, cfg.RootDir) |
| 410 | } |
| 411 | |
| 412 | // ClientCertificateFile returns the full path to the priv_validator_key.json file |
| 413 | func (cfg *PrivValidatorConfig) ClientCertificateFile() string { |
no test coverage detected