Fix type in default confi filename
This commit is contained in:
parent
4a871dbcc7
commit
a9284bec18
@ -10,7 +10,7 @@ use std::path::PathBuf;
|
||||
|
||||
pub const DEFAULT_DATA_DIR: &str = ".lighthouse";
|
||||
|
||||
pub const CLIENT_CONFIG_FILENAME: &str = "becaon-node.toml";
|
||||
pub const CLIENT_CONFIG_FILENAME: &str = "beacon-node.toml";
|
||||
pub const ETH2_CONFIG_FILENAME: &str = "eth2-spec.toml";
|
||||
|
||||
fn main() {
|
||||
|
Loading…
Reference in New Issue
Block a user