aboutsummaryrefslogtreecommitdiffstats
path: root/ethpipe/world.go
diff options
context:
space:
mode:
Diffstat (limited to 'ethpipe/world.go')
-rw-r--r--ethpipe/world.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethpipe/world.go b/ethpipe/world.go
index 507391521..42e19fe00 100644
--- a/ethpipe/world.go
+++ b/ethpipe/world.go
@@ -52,7 +52,7 @@ func (self *world) IsListening() bool {
}
func (self *world) Peers() *list.List {
- return self.obj.Peers()
+ return self.pipe.obj.Peers()
}
func (self *world) Config() *config {