diff --git a/shared/featureconfig/flags.go b/shared/featureconfig/flags.go index 6e7c7c4aa5..ec2edf40c8 100644 --- a/shared/featureconfig/flags.go +++ b/shared/featureconfig/flags.go @@ -244,6 +244,7 @@ var BeaconChainFlags = append(deprecatedFlags, []cli.Flag{ enableSlasherFlag, cacheFilteredBlockTreeFlag, protoArrayForkChoice, + forkchoiceAggregateAttestations, }...) // E2EBeaconChainFlags contains a list of the beacon chain feature flags to be tested in E2E.