Skip to content

Commit a9e43a5

Browse files
committed
Update
1 parent 98abd8b commit a9e43a5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/relayer/indexer/indexer.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,6 @@ func (i *Indexer) filter(ctx context.Context) error {
330330
if !messageSentEvents.Next() || messageSentEvents.Event == nil {
331331
// use "end" not "filterEnd" here, because it will be used as the start
332332
// of the next batch.
333-
334333
if err := i.handleNoEventsInBatch(ctx, i.srcChainId, int64(end)); err != nil {
335334
return errors.Wrap(err, "i.handleNoEventsInBatch")
336335
}
@@ -369,7 +368,6 @@ func (i *Indexer) filter(ctx context.Context) error {
369368
return errors.Wrap(err, "i.handleNoEventsInBatch")
370369

371370
}
372-
373371
break
374372
}
375373
}

0 commit comments

Comments
 (0)