diff --git a/graphql/graphql.go b/graphql/graphql.go index 50f0c6ca47..ec7382f80a 100644 --- a/graphql/graphql.go +++ b/graphql/graphql.go @@ -1417,9 +1417,6 @@ func (r *Resolver) Logs(ctx context.Context, args struct{ Filter FilterCriteria if args.Filter.ToBlock != nil { end = int64(*args.Filter.ToBlock) } - if begin > 0 && end > 0 && begin > end { - return nil, errInvalidBlockRange - } var addresses []common.Address if args.Filter.Addresses != nil { addresses = *args.Filter.Addresses