remove unused log and fix EL config serde

This commit is contained in:
realbigsean
2022-12-08 08:32:59 -05:00
parent 8c95ab07a3
commit 14fa1e527f
3 changed files with 4 additions and 33 deletions

View File

@@ -67,8 +67,6 @@ pub struct Config {
pub network: network::NetworkConfig,
pub chain: beacon_chain::ChainConfig,
pub eth1: eth1::Config,
//FIXME(sean)
#[serde(skip)]
pub execution_layer: Option<execution_layer::Config>,
pub trusted_setup_file: Option<PathBuf>,
pub http_api: http_api::Config,