prysm-pulse/beacon-chain/cache/feature_flag_test.go

11 lines
230 B
Go
Raw Normal View History

package cache
import "github.com/prysmaticlabs/prysm/shared/featureconfig"
func init() {
featureconfig.InitFeatureConfig(&featureconfig.FeatureFlagConfig{
2019-09-26 01:23:15 +00:00
EnableAttestationCache: true,
EnableEth1DataVoteCache: true,
})
}