mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2024-12-22 19:50:37 +00:00
correct fork version
This commit is contained in:
parent
285dbf43ed
commit
257087b010
@ -47,11 +47,11 @@ impl ForkContext {
|
||||
));
|
||||
}
|
||||
|
||||
if spec.bellatrix_fork_epoch.is_some() {
|
||||
if spec.eip4844_fork_epoch.is_some() {
|
||||
fork_to_digest.push((
|
||||
ForkName::Merge,
|
||||
ForkName::Eip4844,
|
||||
ChainSpec::compute_fork_digest(
|
||||
spec.bellatrix_fork_version,
|
||||
spec.eip4844_fork_version,
|
||||
genesis_validators_root,
|
||||
),
|
||||
));
|
||||
|
Loading…
Reference in New Issue
Block a user