mirror of
https://github.com/arnaucube/go-ethereum.git
synced 2026-02-28 22:16:45 +01:00
pipe
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user