aboutsummaryrefslogtreecommitdiffstats
path: root/mist
diff options
context:
space:
mode:
Diffstat (limited to 'mist')
-rw-r--r--mist/ui_lib.go2
1 files changed, 1 insertions, 1 deletions
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()