Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyonur committed Feb 20, 2024
1 parent 8ed4cb8 commit d432d8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eth/filters/filter.go
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,6 @@ func (f *Filter) checkMatches(ctx context.Context, header *types.Header) ([]*typ
logs = filterLogs(unfiltered, nil, nil, f.addresses, f.topics)

return logs, nil

}

func includes(addresses []common.Address, a common.Address) bool {
Expand Down

0 comments on commit d432d8f

Please sign in to comment.