diff --git a/sequencer/finalizer.go b/sequencer/finalizer.go index eb8b748c0b..00928f1463 100644 --- a/sequencer/finalizer.go +++ b/sequencer/finalizer.go @@ -177,7 +177,7 @@ func (f *finalizer) Start(ctx context.Context) { // Store L2 Blocks go f.storePendingL2Blocks(ctx) - // Foced batches checking + // Forced batches checking go f.checkForcedBatches(ctx) // Processing transactions and finalizing batches