mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 19:00:46 +00:00
Merge 7157de6b4f into dddbaa4bf3
This commit is contained in:
commit
353f5afd7b
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue