We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 385644a commit ee9af3dCopy full SHA for ee9af3d
beacon_node/client/src/config.rs
@@ -1,4 +1,3 @@
1
-use beacon_chain::TrustedSetup;
2
use beacon_chain::graffiti_calculator::GraffitiOrigin;
3
use beacon_chain::validator_monitor::ValidatorMonitorConfig;
4
use beacon_processor::BeaconProcessorConfig;
beacon_node/src/config.rs
@@ -1,5 +1,4 @@
use account_utils::{STDIN_INPUTS_FLAG, read_input_from_user};
use beacon_chain::chain_config::{
DEFAULT_PREPARE_PAYLOAD_LOOKAHEAD_FACTOR, DEFAULT_RE_ORG_HEAD_THRESHOLD,
5
DEFAULT_RE_ORG_MAX_EPOCHS_SINCE_FINALIZATION, DEFAULT_RE_ORG_PARENT_THRESHOLD,
0 commit comments