Skip to content

Commit b59ba4c

Browse files
committed
fix
1 parent a09c74e commit b59ba4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

miner/scroll_worker.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ func (w *worker) handlePipelineResult(res *pipeline.Result) error {
547547

548548
// Rows being nil without an OverflowingTx means that block didn't go thru CCC,
549549
// which means that we are not the sequencer. Do not attempt to commit.
550-
if res.Rows == nil && res.OverflowingTx == nil {x
550+
if res.Rows == nil && res.OverflowingTx == nil {
551551
return nil
552552
}
553553

0 commit comments

Comments
 (0)