diff --git a/eth/filters/filter_system.go b/eth/filters/filter_system.go index 4b0b36de49..cee6b84d36 100644 --- a/eth/filters/filter_system.go +++ b/eth/filters/filter_system.go @@ -108,7 +108,6 @@ func (sys *FilterSystem) cachedLogElem(ctx context.Context, blockHash common.Has if logs == nil { return nil, fmt.Errorf("failed to get logs for block #%d (0x%s)", number, blockHash.TerminalString()) } - // Database logs are un-derived. // Fill in whatever we can (txHash is inaccessible at this point). flattened := make([]*types.Log, 0)