Skip to content

Commit

Permalink
Update indexer.go
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas authored Aug 12, 2024
1 parent c4246b6 commit fcf635d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/indexer/indexer.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@ func indexLogs(ctx context.Context, eventChannel <-chan types.Log, logger *zap.L
time.Sleep(100 * time.Millisecond)
continue Retry
}
} else {
logger.Info("Stored log", zap.Uint64("blockNumber", event.BlockNumber))
}
logger.Info("Stored log", zap.Uint64("blockNumber", event.BlockNumber))
break Retry

}
Expand Down

0 comments on commit fcf635d

Please sign in to comment.