Temp removed unrequested block error
@zelig look in to this please
This commit is contained in:
parent
f4af9e95c2
commit
d651ff968a
@ -653,6 +653,9 @@ func (self *BlockPool) AddBlock(block *types.Block, peerId string) {
|
|||||||
}
|
}
|
||||||
sender.lock.Unlock()
|
sender.lock.Unlock()
|
||||||
|
|
||||||
|
/* @zelig !!!
|
||||||
|
requested 5 hashes from both A & B. A responds sooner then B, process blocks. Close section.
|
||||||
|
delayed B sends you block ... UNREQUESTED. Blocked
|
||||||
if entry == nil {
|
if entry == nil {
|
||||||
plog.DebugDetailf("AddBlock: unrequested block %s received from peer <%s> (head: %s)", hex(hash), peerId, hex(sender.currentBlockHash))
|
plog.DebugDetailf("AddBlock: unrequested block %s received from peer <%s> (head: %s)", hex(hash), peerId, hex(sender.currentBlockHash))
|
||||||
sender.addError(ErrUnrequestedBlock, "%x", hash)
|
sender.addError(ErrUnrequestedBlock, "%x", hash)
|
||||||
@ -662,6 +665,7 @@ func (self *BlockPool) AddBlock(block *types.Block, peerId string) {
|
|||||||
self.status.lock.Unlock()
|
self.status.lock.Unlock()
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
if entry == nil {
|
if entry == nil {
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user