mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-27 08:07:22 +00:00
pipe
This commit is contained in:
parent
0f84b9c30d
commit
c215bbadf1
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue