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

12 lines
241 B
Go
Raw Normal View History

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