pass correct CI test flag to initializer (#4621)

Use correct `experimental` flag for running tests.
This commit is contained in:
Etan Kissling 2023-02-14 14:51:24 +01:00 committed by GitHub
parent d12c32e988
commit 32f6309f95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ proc init*(T: type AttestationPool, dag: ChainDAGRef,
var forkChoice = ForkChoice.init(
finalizedEpochRef, dag.finalizedHead.blck,
lowParticipation in dag.updateFlags)
experimental in dag.updateFlags)
# Feed fork choice with unfinalized history - during startup, block pool only
# keeps track of a single history so we just need to follow it