aboutsummaryrefslogtreecommitdiffstats
path: root/ethpipe
diff options
context:
space:
mode:
Diffstat (limited to 'ethpipe')
-rw-r--r--ethpipe/config.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/ethpipe/config.go b/ethpipe/config.go
index 1e246c7b4..6c24df640 100644
--- a/ethpipe/config.go
+++ b/ethpipe/config.go
@@ -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)