Renamed Sha3Bin to Sha3

This commit is contained in:
obscuren 2014-10-08 12:06:48 +02:00
parent b4fa28a3e6
commit b93d6ca5d2
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ func (self *UiLib) LookupDomain(domain string) string {
world := self.World()
if len(domain) > 32 {
domain = string(ethcrypto.Sha3Bin([]byte(domain)))
domain = string(ethcrypto.Sha3([]byte(domain)))
}
data := world.Config().Get("DnsReg").StorageString(domain).Bytes()