Skip to content

Commit

Permalink
add continue
Browse files Browse the repository at this point in the history
  • Loading branch information
omerfirmak committed Aug 30, 2024
1 parent 858c4cc commit 90489b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions miner/scroll_worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ func (w *worker) mainLoop() {
select {
case trigger := <-w.reorgCh:
err = w.handleReorg(&trigger)
continue
default:
}

Expand Down

0 comments on commit 90489b7

Please sign in to comment.