pull/150/head
obscuren 10 years ago
parent 0f84b9c30d
commit c215bbadf1
  1. 2
      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 {

Loading…
Cancel
Save