mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-31 23:41:22 +00:00
db68c8a57b
* Enable attester flag by default
10 lines
172 B
Go
10 lines
172 B
Go
package cache
|
|
|
|
import "github.com/prysmaticlabs/prysm/shared/featureconfig"
|
|
|
|
func init() {
|
|
featureconfig.Init(&featureconfig.Flags{
|
|
EnableEth1DataVoteCache: true,
|
|
})
|
|
}
|