Commit c215bbad authored by obscuren's avatar obscuren

pipe

parent 0f84b9c3
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment