Commit b93d6ca5 authored by obscuren's avatar obscuren

Renamed Sha3Bin to Sha3

parent b4fa28a3
...@@ -51,7 +51,7 @@ func (self *UiLib) LookupDomain(domain string) string { ...@@ -51,7 +51,7 @@ func (self *UiLib) LookupDomain(domain string) string {
world := self.World() world := self.World()
if len(domain) > 32 { if len(domain) > 32 {
domain = string(ethcrypto.Sha3Bin([]byte(domain))) domain = string(ethcrypto.Sha3([]byte(domain)))
} }
data := world.Config().Get("DnsReg").StorageString(domain).Bytes() data := world.Config().Get("DnsReg").StorageString(domain).Bytes()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment