mirror of
https://gitlab.com/pulsechaincom/go-pulse.git
synced 2024-12-25 21:07:17 +00:00
pipe
This commit is contained in:
parent
0f84b9c30d
commit
c215bbadf1
@ -52,7 +52,7 @@ func (self *world) IsListening() bool {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (self *world) Peers() *list.List {
|
func (self *world) Peers() *list.List {
|
||||||
return self.obj.Peers()
|
return self.pipe.obj.Peers()
|
||||||
}
|
}
|
||||||
|
|
||||||
func (self *world) Config() *config {
|
func (self *world) Config() *config {
|
||||||
|
Loading…
Reference in New Issue
Block a user