From b8383da468704bf3ef98200c06b3356bbfe1da2e Mon Sep 17 00:00:00 2001 From: terence tsao Date: Thu, 6 Feb 2020 10:09:51 -0800 Subject: [PATCH] Add `forkchoiceAggregateAttestations` to flag list (#4780) * Added * Merge branch 'master' into fix-flag --- shared/featureconfig/flags.go | 1 + 1 file changed, 1 insertion(+) 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.