We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a09c74e commit b59ba4cCopy full SHA for b59ba4c
miner/scroll_worker.go
@@ -547,7 +547,7 @@ func (w *worker) handlePipelineResult(res *pipeline.Result) error {
547
548
// Rows being nil without an OverflowingTx means that block didn't go thru CCC,
549
// which means that we are not the sequencer. Do not attempt to commit.
550
- if res.Rows == nil && res.OverflowingTx == nil {x
+ if res.Rows == nil && res.OverflowingTx == nil {
551
return nil
552
}
553
0 commit comments