Skip to content

Commit

Permalink
key not necessary as we are using logpoller filters
Browse files Browse the repository at this point in the history
  • Loading branch information
Farber98 committed Aug 13, 2024
1 parent fa8056c commit 48aad52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/services/relay/evm/event_binding.go
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ func (e *eventBinding) getLatestValueWithFilters(
// Create limiter and filter for the query.
limiter := query.NewLimitAndSort(query.CountLimit(1), query.NewSortBySequence(query.Desc))
filter, err := query.Where(
e.address.String(),
"",
logpoller.NewAddressFilter(e.address),
logpoller.NewEventSigFilter(e.hash),
logpoller.NewConfirmationsFilter(confs),
Expand Down

0 comments on commit 48aad52

Please sign in to comment.