Skip to content

Commit

Permalink
feat: change comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ToniRamirezM committed Nov 7, 2024
1 parent 5e7396e commit d8daa82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aggregator/aggregator.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ func New(
a.ctx, a.exit = context.WithCancel(a.ctx)
}

// Set function to handle the batches from the data stream
// Set function to handle events on L1
if !cfg.SyncModeOnlyEnabled {
a.l1Syncr.SetCallbackOnReorgDone(a.handleReorg)
a.l1Syncr.SetCallbackOnRollbackBatches(a.handleRollbackBatches)
Expand Down

0 comments on commit d8daa82

Please sign in to comment.