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.