GenesisFile returns the full path to the genesis.json file
()
| 276 | |
| 277 | // GenesisFile returns the full path to the genesis.json file |
| 278 | func (cfg BaseConfig) GenesisFile() string { |
| 279 | return rootify(cfg.Genesis, cfg.RootDir) |
| 280 | } |
| 281 | |
| 282 | // NodeKeyFile returns the full path to the node_key.json file |
| 283 | func (cfg BaseConfig) NodeKeyFile() string { |