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