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…
Reference in New Issue