提交 d6b0ab30 编写于 作者: O obscuren

Changed to DnsReg

上级 7272577f
......@@ -15,9 +15,9 @@ func (self *Config) Get(name string) *Object {
switch name {
case "NameReg":
addr = []byte{0}
case "DomainReg":
case "DnsReg":
objectAddr := configCtrl.GetStorage(ethutil.BigD([]byte{0}))
domainAddr := (&Object{self.pipe.World().safeGet(objectAddr.Bytes())}).StorageString("DomainReg").Bytes()
domainAddr := (&Object{self.pipe.World().safeGet(objectAddr.Bytes())}).StorageString("DnsReg").Bytes()
return &Object{self.pipe.World().safeGet(domainAddr)}
default:
......
......@@ -75,7 +75,7 @@ func (self *PEthereum) LookupDomain(domain string) string {
domain = string(ethcrypto.Sha3Bin([]byte(domain)))
}
return strings.Trim(world.Config().Get("DomainReg").StorageString(domain).Str(), "\x00")
return strings.Trim(world.Config().Get("DnsReg").StorageString(domain).Str(), "\x00")
}
func (lib *PEthereum) GetBlock(hexHash string) *PBlock {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册