Skip to content

Commit 23026ea

Browse files
jsvisakielbarry
authored andcommitted
eth/fetcher: fix annotation (ethereum#16969)
1 parent f69007a commit 23026ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eth/fetcher/fetcher.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ type headerFilterTask struct {
8888
time time.Time // Arrival time of the headers
8989
}
9090

91-
// headerFilterTask represents a batch of block bodies (transactions and uncles)
91+
// bodyFilterTask represents a batch of block bodies (transactions and uncles)
9292
// needing fetcher filtering.
9393
type bodyFilterTask struct {
9494
peer string // The source peer of block bodies

0 commit comments

Comments
 (0)