Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
curryxbo committed Nov 21, 2024
1 parent 8335850 commit ab0cde2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sequencer/finalizer.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ab0cde2

Please sign in to comment.