all: fix typos in comments (#21118)
This commit is contained in:
@ -155,7 +155,7 @@ func (p *peerConnection) FetchHeaders(from uint64, count int) error {
|
||||
}
|
||||
p.headerStarted = time.Now()
|
||||
|
||||
// Issue the header retrieval request (absolut upwards without gaps)
|
||||
// Issue the header retrieval request (absolute upwards without gaps)
|
||||
go p.peer.RequestHeadersByNumber(from, count, 0, false)
|
||||
|
||||
return nil
|
||||
|
Reference in New Issue
Block a user