diff --git a/eth/fetcher/tx_fetcher.go b/eth/fetcher/tx_fetcher.go index 18c5ff007a..02dc1c67b7 100644 --- a/eth/fetcher/tx_fetcher.go +++ b/eth/fetcher/tx_fetcher.go @@ -40,7 +40,7 @@ const ( maxTxAnnounces = 4096 // maxTxRetrievals is the maximum number of transactions that can be fetched - // in one request. The rationale for picking 256 is to have a reasonabe lower + // in one request. The rationale for picking 256 is to have a reasonable lower // bound for the transferred data (don't waste RTTs, transfer more meaningful // batch sizes), but also have an upper bound on the sequentiality to allow // using our entire peerset for deliveries.