Skip to content

Commit 6bf7fec

Browse files
committed
attempt to fix minimal test in CI
1 parent 3169165 commit 6bf7fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beacon_chain/validator_client/common.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const
4949
static: doAssert(high(ConsensusFork) == ConsensusFork.Fulu,
5050
"Update OptionalForks constant!")
5151
const
52-
OptionalForks* = {ConsensusFork.Electra}
52+
OptionalForks* = {ConsensusFork.Electra, ConsensusFork.Fulu}
5353
## When a new ConsensusFork is added and before this fork is activated on
5454
## `mainnet`, it should be part of `OptionalForks`.
5555
## In this case, the client will ignore missing <FORKNAME>_VERSION

0 commit comments

Comments
 (0)