Fix Mist types build errors

This commit is contained in:
Taylor Gerring
2015-03-22 14:25:33 +01:00
parent 9682a3ef3e
commit d186bf0dfe
4 changed files with 10 additions and 10 deletions

View File

@ -67,7 +67,7 @@ func (self *Gui) DumpState(hash, path string) {
i, _ := strconv.Atoi(hash[1:])
block = self.eth.ChainManager().GetBlockByNumber(uint64(i))
} else {
block = self.eth.ChainManager().GetBlock(common.Hex2Bytes(hash))
block = self.eth.ChainManager().GetBlock(common.HexToHash(hash))
}
if block == nil {