mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-19 21:04:41 +00:00
Merge branch 'eth2-network-spec' into interop
This commit is contained in:
@@ -7,7 +7,6 @@ use env_logger::{Builder, Env};
|
||||
use slog::{crit, o, warn, Drain, Level};
|
||||
|
||||
pub const DEFAULT_DATA_DIR: &str = ".lighthouse";
|
||||
|
||||
pub const CLIENT_CONFIG_FILENAME: &str = "beacon-node.toml";
|
||||
pub const ETH2_CONFIG_FILENAME: &str = "eth2-spec.toml";
|
||||
pub const TESTNET_CONFIG_FILENAME: &str = "testnet.toml";
|
||||
@@ -183,6 +182,7 @@ fn main() {
|
||||
.takes_value(true),
|
||||
)
|
||||
/*
|
||||
<<<<<<< HEAD
|
||||
* The "testnet" sub-command.
|
||||
*
|
||||
* Allows for creating a new datadir with testnet-specific configs.
|
||||
|
||||
Reference in New Issue
Block a user