mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
Revert "eth/fetcher: fix annotation (#16969)"
This reverts commit ea89f40f0d.
This commit is contained in:
parent
ea89f40f0d
commit
901b4b8316
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ type headerFilterTask struct {
|
||||||
time time.Time // Arrival time of the headers
|
time time.Time // Arrival time of the headers
|
||||||
}
|
}
|
||||||
|
|
||||||
// bodyFilterTask represents a batch of block bodies (transactions and uncles)
|
// headerFilterTask 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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue