mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-20 02:08:12 +00:00
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(
|
var forkChoice = ForkChoice.init(
|
||||||
finalizedEpochRef, dag.finalizedHead.blck,
|
finalizedEpochRef, dag.finalizedHead.blck,
|
||||||
lowParticipation in dag.updateFlags)
|
experimental in dag.updateFlags)
|
||||||
|
|
||||||
# Feed fork choice with unfinalized history - during startup, block pool only
|
# Feed fork choice with unfinalized history - during startup, block pool only
|
||||||
# keeps track of a single history so we just need to follow it
|
# keeps track of a single history so we just need to follow it
|
||||||
|
Loading…
x
Reference in New Issue
Block a user