diff --git a/ethpipe/world.go b/ethpipe/world.go
index 507391521c23e04cbd4fa663f0a88caed6d88f24..42e19fe006f60fa3a739624a7a51537ff3209f23 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 {