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 15babaa commit 2a7c918Copy full SHA for 2a7c918
beacon_chain/validator_client/common.nim
@@ -49,7 +49,7 @@ const
49
static: doAssert(high(ConsensusFork) == ConsensusFork.Fulu,
50
"Update OptionalForks constant!")
51
const
52
- OptionalForks* = {ConsensusFork.Electra, ConsensusFork.Fulu}
+ OptionalForks* = {ConsensusFork.Fulu}
53
## When a new ConsensusFork is added and before this fork is activated on
54
## `mainnet`, it should be part of `OptionalForks`.
55
## In this case, the client will ignore missing <FORKNAME>_VERSION
0 commit comments