diff options
author | Wenbiao Zheng <delweng@gmail.com> | 2018-06-13 22:02:28 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2018-06-13 22:02:28 +0800 |
commit | ea89f40f0dab7957aa1825b56be80e84d3b04b5c (patch) | |
tree | a6eeb402600b2a54d1765e6d106eb8e60351d5db /eth | |
parent | 1fc54d92ec0ad024c03ded4c22820abbf3263ba0 (diff) | |
download | dexon-ea89f40f0dab7957aa1825b56be80e84d3b04b5c.tar.gz dexon-ea89f40f0dab7957aa1825b56be80e84d3b04b5c.tar.zst dexon-ea89f40f0dab7957aa1825b56be80e84d3b04b5c.zip |
eth/fetcher: fix annotation (#16969)
Diffstat (limited to 'eth')
-rw-r--r-- | eth/fetcher/fetcher.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eth/fetcher/fetcher.go b/eth/fetcher/fetcher.go index a2e7cdecf..6383596dc 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 } -// headerFilterTask represents a batch of block bodies (transactions and uncles) +// bodyFilterTask represents a batch of block bodies (transactions and uncles) // needing fetcher filtering. type bodyFilterTask struct { peer string // The source peer of block bodies |