Skip to content

Commit

Permalink
eth/fetcher: fix annotation (#16969)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvisa authored and karalabe committed Jun 13, 2018
1 parent 1fc54d9 commit ea89f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/fetcher/fetcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ea89f40

Please sign in to comment.