diff --git a/eth/gasprice/feehistory.go b/eth/gasprice/feehistory.go index 540ca47226..1e625e21c0 100644 --- a/eth/gasprice/feehistory.go +++ b/eth/gasprice/feehistory.go @@ -44,8 +44,7 @@ const ( // maxBlockFetchers is the max number of goroutines to spin up to pull blocks // for the fee history calculation (mostly relevant for LES). maxBlockFetchers = 4 - // maxQueryLimit is the max number of requested percentiles - // for defending DDoS attacks. + // maxQueryLimit is the max number of requested percentiles. maxQueryLimit = 100 )