Fix comment typo.

This commit is contained in:
Dave Collins 2013-10-03 11:10:26 -05:00
parent 2b56e7a397
commit bd3a39ad4a

View file

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