Minor updates for release

This commit is contained in:
obscuren
2015-02-20 18:05:46 +01:00
parent 66d5559866
commit cc43ab9a81
8 changed files with 38 additions and 21 deletions

View File

@ -268,6 +268,7 @@ func (self *ChainManager) GetBlockHashesFromHash(hash []byte, max uint64) (chain
break
}
}
fmt.Printf("get hash %x (%d)\n", hash, len(chain))
return
}
@ -396,7 +397,7 @@ func (self *ChainManager) InsertChain(chain types.Blocks) error {
self.mu.Unlock()
if chain {
go self.eventMux.Post(ChainEvent{block, td})
self.eventMux.Post(ChainEvent{block, td})
}
if split {