This commit is contained in:
cui 2026-07-17 21:52:59 -07:00 committed by GitHub
commit 353f5afd7b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -242,6 +242,7 @@ func ServiceGetStorageRangesQuery(chain *core.BlockChain, req *GetStorageRangesP
}) })
// If we've exceeded the request threshold, abort // If we've exceeded the request threshold, abort
if bytes.Compare(hash[:], limit[:]) >= 0 { if bytes.Compare(hash[:], limit[:]) >= 0 {
abort = true
break break
} }
} }