mirror of
https://github.com/sigp/lighthouse.git
synced 2026-06-30 19:34:37 +00:00
correct fork version
This commit is contained in:
@@ -47,11 +47,11 @@ impl ForkContext {
|
|||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
if spec.bellatrix_fork_epoch.is_some() {
|
if spec.eip4844_fork_epoch.is_some() {
|
||||||
fork_to_digest.push((
|
fork_to_digest.push((
|
||||||
ForkName::Merge,
|
ForkName::Eip4844,
|
||||||
ChainSpec::compute_fork_digest(
|
ChainSpec::compute_fork_digest(
|
||||||
spec.bellatrix_fork_version,
|
spec.eip4844_fork_version,
|
||||||
genesis_validators_root,
|
genesis_validators_root,
|
||||||
),
|
),
|
||||||
));
|
));
|
||||||
|
|||||||
Reference in New Issue
Block a user