mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-03-30 15:08:33 +00:00
Fix comment typo.
This commit is contained in:
parent
2b56e7a397
commit
bd3a39ad4a
@ -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…
x
Reference in New Issue
Block a user