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

11 lines
205 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,
})
}