From 477d04f6693636aaf8fd42d4b1719d9162e88494 Mon Sep 17 00:00:00 2001 From: Alex Sharov <AskAlexSharov@gmail.com> Date: Tue, 29 Mar 2022 13:45:53 +0700 Subject: [PATCH] Integration: update StageFinish too #3782 --- cmd/integration/commands/state_stages.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cmd/integration/commands/state_stages.go b/cmd/integration/commands/state_stages.go index 4c1fcdecf4..081310f5d8 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)) -- GitLab