Change default config filenames

This commit is contained in:
Paul Hauner
2019-06-09 06:35:36 -04:00
parent a662c3a940
commit 4a871dbcc7
2 changed files with 4 additions and 4 deletions

View File

@@ -10,8 +10,8 @@ use std::path::PathBuf;
pub const DEFAULT_DATA_DIR: &str = ".lighthouse";
pub const CLIENT_CONFIG_FILENAME: &str = "client_config.toml";
pub const ETH2_CONFIG_FILENAME: &str = "eth2_config.toml";
pub const CLIENT_CONFIG_FILENAME: &str = "becaon-node.toml";
pub const ETH2_CONFIG_FILENAME: &str = "eth2-spec.toml";
fn main() {
let decorator = slog_term::TermDecorator::new().build();