Fix type in default confi filename

This commit is contained in:
Paul Hauner 2019-06-09 06:41:51 -04:00
parent 4a871dbcc7
commit a9284bec18
No known key found for this signature in database
GPG Key ID: 303E4494BB28068C

View File

@ -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() {