瀏覽代碼

eth/fetcher: fix annotation (#16969)

Wenbiao Zheng 7 年之前
父節點
當前提交
ea89f40f0d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      eth/fetcher/fetcher.go

+ 1 - 1
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