mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-27 01:33:33 +00:00
Remove deprecated flags in prep for v6.0.0 (#6490)
* Delete previously deprecated flags * Update CLI docs * Remove deprecated BN flags * Use ethereum-package main branch * Delete env_log/-l
This commit is contained in:
@@ -41,6 +41,7 @@ pub struct ConfigAndPreset {
|
||||
}
|
||||
|
||||
impl ConfigAndPreset {
|
||||
// DEPRECATED: the `fork_name` argument is never used, we should remove it.
|
||||
pub fn from_chain_spec<E: EthSpec>(spec: &ChainSpec, fork_name: Option<ForkName>) -> Self {
|
||||
let config = Config::from_chain_spec::<E>(spec);
|
||||
let base_preset = BasePreset::from_chain_spec::<E>(spec);
|
||||
|
||||
Reference in New Issue
Block a user