mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-23 11:57:18 +00:00
1cb0edac00
* PR #4502 take two
11 lines
205 B
Go
11 lines
205 B
Go
package cache
|
|
|
|
import "github.com/prysmaticlabs/prysm/shared/featureconfig"
|
|
|
|
func init() {
|
|
featureconfig.Init(&featureconfig.Flags{
|
|
EnableAttestationCache: true,
|
|
EnableEth1DataVoteCache: true,
|
|
})
|
|
}
|