diff --git a/accounts/abi/bind/v2/base.go b/accounts/abi/bind/v2/base.go index 535c0ed4fd7..3ff9fef6467 100644 --- a/accounts/abi/bind/v2/base.go +++ b/accounts/abi/bind/v2/base.go @@ -473,9 +473,6 @@ func (c *BoundContract) FilterLogs(opts *FilterOpts, name string, query ...[]any if opts.End != nil { config.ToBlock = new(big.Int).SetUint64(*opts.End) } - /* TODO(karalabe): Replace the rest of the method below with this when supported - sub, err := c.filterer.SubscribeFilterLogs(ensureContext(opts.Context), config, logs) - */ buff, err := c.filterer.FilterLogs(ensureContext(opts.Context), config) if err != nil { return nil, nil, err