mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 06:36:43 +00:00
Update geth.go
This commit is contained in:
parent
b7d7c99c15
commit
b9e6390670
1 changed files with 1 additions and 1 deletions
|
|
@ -207,4 +207,4 @@ func (n *Node) GetNodeInfo() *NodeInfo {
|
|||
// GetPeersInfo returns an array of metadata objects describing connected peers.
|
||||
func (n *Node) GetPeersInfo() *PeerInfos {
|
||||
return &PeerInfos{n.node.Server().PeersInfo()}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue