We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 503ac5e commit 7f8a06eCopy full SHA for 7f8a06e
beacon_chain/spec/presets.nim
@@ -915,9 +915,9 @@ proc readRuntimeConfig*(
915
const name = astToStr(constValue)
916
checkCompatibility(constValue, name, operator)
917
918
- checkCompatibility MIN_SECONDS_PER_SLOT .. MAX_SECONDS_PER_SLOT,
919
- "SECONDS_PER_SLOT", `in`
920
checkCompatibility SECONDS_PER_SLOT # Temporary, until removed from presets
+ # checkCompatibility MIN_SECONDS_PER_SLOT .. MAX_SECONDS_PER_SLOT,
+ # "SECONDS_PER_SLOT", `in`
921
922
checkCompatibility BLS_WITHDRAWAL_PREFIX
923
0 commit comments