diff --git a/eth/filters/filter.go b/eth/filters/filter.go index 1f281a4ee1..e3ccf7d892 100644 --- a/eth/filters/filter.go +++ b/eth/filters/filter.go @@ -308,7 +308,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