mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
Merge 901b4b8316 into ea89f40f0d
This commit is contained in:
commit
6922b7d52b
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