good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 5dbb14b2 authored by Alex Sharov's avatar Alex Sharov Committed by GitHub
Browse files

fix notifications range (#2400)

parent 5e7bf517
No related branches found
No related tags found
No related merge requests found
......@@ -159,6 +159,7 @@ func (s *Sync) StageState(stage stages.SyncStage, tx ethdb.Tx, db ethdb.RoKV) (*
}
func (s *Sync) Run(db ethdb.RwKV, tx ethdb.RwTx, firstCycle bool) error {
s.prevUnwindPoint = nil
var timings []interface{}
for !s.IsDone() {
if s.unwindPoint != nil {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment