add it to the list
This commit is contained in:
parent
86d1a26b13
commit
74ef22d824
@ -53,6 +53,7 @@ func (self *BlockPool) SetBlock(b *ethchain.Block, peer *Peer) {
|
||||
hash := string(b.Hash())
|
||||
|
||||
if self.pool[hash] == nil {
|
||||
self.hashPool = append(self.hashPool, b.Hash())
|
||||
self.pool[hash] = &block{peer, nil}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user