prysm-pulse/beacon-chain/cache/feature_flag_test.go
2019-09-25 18:23:15 -07:00

11 lines
230 B
Go

package cache
import "github.com/prysmaticlabs/prysm/shared/featureconfig"
func init() {
featureconfig.InitFeatureConfig(&featureconfig.FeatureFlagConfig{
EnableAttestationCache: true,
EnableEth1DataVoteCache: true,
})
}