Skip to content

Commit

Permalink
fix: remove unnneeded return
Browse files Browse the repository at this point in the history
  • Loading branch information
V-Staykov committed Oct 29, 2024
1 parent 3eab9a7 commit 4dcd3df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions zk/stages/stage_batches_processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,6 @@ func (p *BatchesProcessor) processFullBlock(blockEntry *types.FullL2Block) (endL
if _, err := p.unwind(blockEntry.L2BlockNumber); err != nil {
return false, err
}

return false, ErrorTriggeredUnwind
}
return false, nil
}
Expand Down

0 comments on commit 4dcd3df

Please sign in to comment.