diff --git a/shared/featureconfig/config.go b/shared/featureconfig/config.go index 7d07b2c933..3b5f997cd1 100644 --- a/shared/featureconfig/config.go +++ b/shared/featureconfig/config.go @@ -264,8 +264,8 @@ func ConfigureBeaconChain(ctx *cli.Context) { if ctx.Bool(enableRoughtime.Name) { log.Warn("Enabling roughtime sync") cfg.EnableRoughtime = true - Init(cfg) } + Init(cfg) } // ConfigureSlasher sets the global config based