diff --git a/eth/filters/filter.go b/eth/filters/filter.go index 17635837a..f64e84abb 100644 --- a/eth/filters/filter.go +++ b/eth/filters/filter.go @@ -299,7 +299,7 @@ Logs: } // If the to filtered topics is greater than the amount of topics in logs, skip. if len(topics) > len(log.Topics) { - continue Logs + continue } for i, sub := range topics { match := len(sub) == 0 // empty rule set == wildcard