Fixed stack issue

This commit is contained in:
obscuren
2014-08-08 14:36:59 +01:00
parent 3fc24013ef
commit c51db4c940
4 changed files with 18 additions and 18 deletions
-1
View File
@@ -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)