From 901b4b83162d86d7b1f7227f7e699537e47b9d1a Mon Sep 17 00:00:00 2001 From: Thinh <29510220+thjnhcolag@users.noreply.github.com> Date: Thu, 14 Jun 2018 10:12:51 +0700 Subject: [PATCH] Revert "eth/fetcher: fix annotation (#16969)" This reverts commit ea89f40f0dab7957aa1825b56be80e84d3b04b5c. --- eth/fetcher/fetcher.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth/fetcher/fetcher.go b/eth/fetcher/fetcher.go index 6383596dce..a2e7cdecf9 100644 --- a/eth/fetcher/fetcher.go +++ b/eth/fetcher/fetcher.go @@ -88,7 +88,7 @@ type headerFilterTask struct { time time.Time // Arrival time of the headers } -// bodyFilterTask represents a batch of block bodies (transactions and uncles) +// headerFilterTask represents a batch of block bodies (transactions and uncles) // needing fetcher filtering. type bodyFilterTask struct { peer string // The source peer of block bodies