Fix comment typo.
This commit is contained in:
parent
2b56e7a397
commit
bd3a39ad4a
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ func (b *blockManager) handleDonePeerMsg(peers *list.List, p *peer) {
|
|||
}
|
||||
|
||||
// remove requested blocks from the global map so that they will be
|
||||
// fetched from elsewher next time we get an inv.
|
||||
// fetched from elsewhere next time we get an inv.
|
||||
// TODO(oga) we could possibly here check which peers have these blocks
|
||||
// and request them now to speed things up a little.
|
||||
for k := range p.requestedBlocks {
|
||||
|
|
Loading…
Reference in a new issue