From ee2ba721ab5daeaef459a243d059f7a8dbd362f1 Mon Sep 17 00:00:00 2001 From: Nishant Das Date: Sat, 15 Aug 2020 09:37:57 +0800 Subject: [PATCH] Initialize Config Correctly (#7004) * initialize correctly --- shared/featureconfig/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/featureconfig/config.go b/shared/featureconfig/config.go index 7d07b2c93..3b5f997cd 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