This commit is contained in:
alex.sharov 2021-11-24 10:55:25 +07:00
parent 607e958123
commit 726278fd8a

View File

@ -637,8 +637,8 @@ func stageTrie(db kv.RwDB, ctx context.Context) error {
}
fmt.Printf("distance: %d\n", pm.History)
log.Info("Stage4", "progress", execStage.BlockNumber)
log.Info("Stage5", "progress", s.BlockNumber)
log.Info("StageExec", "progress", execStage.BlockNumber)
log.Info("StageTrie", "progress", s.BlockNumber)
cfg := stagedsync.StageTrieCfg(db, true, true, tmpdir)
if unwind > 0 {
u := sync.NewUnwindState(stages.IntermediateHashes, s.BlockNumber-unwind, s.BlockNumber)