We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fc54d9 commit ea89f40Copy full SHA for ea89f40
eth/fetcher/fetcher.go
@@ -88,7 +88,7 @@ type headerFilterTask struct {
88
time time.Time // Arrival time of the headers
89
}
90
91
-// headerFilterTask represents a batch of block bodies (transactions and uncles)
+// bodyFilterTask represents a batch of block bodies (transactions and uncles)
92
// needing fetcher filtering.
93
type bodyFilterTask struct {
94
peer string // The source peer of block bodies
0 commit comments