mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-10 22:36:01 +00:00
Hotfix: fix Altona's GENESIS_FORK_VERSION value
This commit is contained in:
parent
74396747a3
commit
49800b3360
@ -83,7 +83,6 @@ proc extractRuntimePreset*(configPath: string, configData: PresetFile): RuntimeP
|
||||
result = RuntimePreset()
|
||||
|
||||
for name, value in configData.values:
|
||||
if name notin runtimeValues:
|
||||
if not presetValueLoaders[name.int](result, value):
|
||||
let errMsg = "The preset '" & configPath & "'is not compatible with " &
|
||||
"the current build due to an incompatible value " &
|
||||
|
Loading…
x
Reference in New Issue
Block a user