mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-28 16:47:22 +00:00
Renamed Sha3Bin to Sha3
This commit is contained in:
parent
b4fa28a3e6
commit
b93d6ca5d2
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue