diff --git a/mist/ui_lib.go b/mist/ui_lib.go index e77336c90..f39b56f0b 100644 --- a/mist/ui_lib.go +++ b/mist/ui_lib.go @@ -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()