mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-12 14:00:05 +00:00
save
This commit is contained in:
parent
607e958123
commit
726278fd8a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user