From 79ce15df63e28653d4821722fc62a2a9fccdbfa3 Mon Sep 17 00:00:00 2001 From: Victor Farazdagi Date: Tue, 12 May 2020 13:53:24 +0300 Subject: [PATCH] Removes deprecated flag from config (#5824) * removes deprecated flag from config --- shared/featureconfig/config.go | 1 - 1 file changed, 1 deletion(-) diff --git a/shared/featureconfig/config.go b/shared/featureconfig/config.go index 0f233717fc..60c88cfe8b 100644 --- a/shared/featureconfig/config.go +++ b/shared/featureconfig/config.go @@ -48,7 +48,6 @@ type Flags struct { EnableNoise bool // EnableNoise enables the beacon node to use NOISE instead of SECIO when performing a handshake with another peer. DontPruneStateStartUp bool // DontPruneStateStartUp disables pruning state upon beacon node start up. NewStateMgmt bool // NewStateMgmt enables the new state mgmt service. - DisableInitSyncQueue bool // DisableInitSyncQueue disables the new initial sync implementation. EnableFieldTrie bool // EnableFieldTrie enables the state from using field specific tries when computing the root. NoInitSyncBatchSaveBlocks bool // NoInitSyncBatchSaveBlocks disables batch save blocks mode during initial syncing. EnableStateRefCopy bool // EnableStateRefCopy copies the references to objects instead of the objects themselves when copying state fields.