Commit ea89f40f authored by Wenbiao Zheng's avatar Wenbiao Zheng Committed by Péter Szilágyi

eth/fetcher: fix annotation (#16969)

parent 1fc54d92
...@@ -88,7 +88,7 @@ type headerFilterTask struct { ...@@ -88,7 +88,7 @@ type headerFilterTask struct {
time time.Time // Arrival time of the headers 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. // needing fetcher filtering.
type bodyFilterTask struct { type bodyFilterTask struct {
peer string // The source peer of block bodies peer string // The source peer of block bodies
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment