mirror of
https://github.com/sigp/lighthouse.git
synced 2026-07-03 04:44:28 +00:00
Merge branch 'unstable' into gloas-head-block-number
This commit is contained in:
@@ -152,7 +152,7 @@ impl ForkChoiceTestDefinition {
|
||||
pub fn run(self) {
|
||||
let spec = self.spec.unwrap_or_else(|| {
|
||||
let mut spec = MainnetEthSpec::default_spec();
|
||||
spec.proposer_score_boost = Some(50);
|
||||
spec.proposer_score_boost = 50;
|
||||
// Legacy test definitions target pre-Gloas behaviour unless explicitly overridden.
|
||||
spec.gloas_fork_epoch = None;
|
||||
spec
|
||||
|
||||
Reference in New Issue
Block a user