This commit is contained in:
Thinh 2018-06-14 03:13:11 +00:00 committed by GitHub
commit 6922b7d52b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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