GenesisFile returns the full path to the genesis.json file
()
| 264 | |
| 265 | // GenesisFile returns the full path to the genesis.json file |
| 266 | func (cfg BaseConfig) GenesisFile() string { |
| 267 | return rootify(cfg.Genesis, cfg.RootDir) |
| 268 | } |
| 269 | |
| 270 | // PrivValidatorKeyFile returns the full path to the priv_validator_key.json file |
| 271 | func (cfg BaseConfig) PrivValidatorKeyFile() string { |