This commit is contained in:
obscuren
2014-09-23 18:19:51 +02:00
parent bc1a173d2f
commit 46a496428f
2 changed files with 2 additions and 2 deletions

View File

@ -572,7 +572,7 @@ func (self *Peer) FetchBlocks() {
func (self *Peer) FetchHashes() {
blockPool := self.ethereum.blockPool
if self.statusKnown && self.td.Cmp(blockPool.td) >= 0 {
if self.td.Cmp(blockPool.td) >= 0 {
blockPool.td = self.td
if !blockPool.HasLatestHash() {