forked from cerc-io/plugeth
Fixed stack issue
This commit is contained in:
@@ -18,7 +18,6 @@ func (self *Config) Get(name string) *Object {
|
||||
case "DnsReg":
|
||||
objectAddr := configCtrl.GetStorage(ethutil.BigD([]byte{0}))
|
||||
domainAddr := (&Object{self.pipe.World().safeGet(objectAddr.Bytes())}).StorageString("DnsReg").Bytes()
|
||||
|
||||
return &Object{self.pipe.World().safeGet(domainAddr)}
|
||||
default:
|
||||
addr = ethutil.RightPadBytes([]byte(name), 32)
|
||||
|
||||
Reference in New Issue
Block a user