diff --git a/cmd/integration/commands/state_stages.go b/cmd/integration/commands/state_stages.go index 4c1fcdecf4e6d499203b362aa0fb8980194c060c..081310f5d81362baf1fca0519c407714df8885d0 100644 --- a/cmd/integration/commands/state_stages.go +++ b/cmd/integration/commands/state_stages.go @@ -182,8 +182,7 @@ func syncBySmallSteps(db kv.RwDB, miningConfig params.MiningConfig, ctx context. } } - stateStages.DisableStages(stages.Headers, stages.BlockHashes, stages.Bodies, stages.Senders, - stages.Finish) + stateStages.DisableStages(stages.Headers, stages.BlockHashes, stages.Bodies, stages.Senders) execCfg := stagedsync.StageExecuteBlocksCfg(db, pm, batchSize, changeSetHook, chainConfig, engine, vmConfig, nil, false, tmpDir, getBlockReader(chainConfig))