Skip to content

Commit

Permalink
fix: cannot retry 0xv3 trade logs (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
linhnt3400 authored Jan 13, 2025
1 parent cbe2545 commit eca4360
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/worker/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,6 @@ func (w *Worker) retryParseLog() error {

for _, l := range logs {
topics := strings.Split(l.Topics, ",")
if len(topics) == 0 {
continue
}
ethLog := convert.ToETHLog(types.Log{
Address: l.Address,
Topics: topics,
Expand Down

0 comments on commit eca4360

Please sign in to comment.