pass correct CI test flag to initializer (#4621)
Use correct `experimental` flag for running tests.
This commit is contained in:
parent
d12c32e988
commit
32f6309f95
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue