From 1b8378e14a6c6b854f1487ed917555fd1ab1953c Mon Sep 17 00:00:00 2001 From: jinbearlo Date: Sat, 8 Jun 2024 16:07:06 +0900 Subject: [PATCH] eth/fetcher: fix a typo --- eth/fetcher/tx_fetcher.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.