Add forkchoiceAggregateAttestations to flag list (#4780)

* Added
* Merge branch 'master' into fix-flag
This commit is contained in:
terence tsao
2020-02-06 10:09:51 -08:00
committed by GitHub
parent c7fb28d42e
commit b8383da468

View File

@@ -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.