mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-26 19:21:44 +00:00
Net_info should print the ID of peers (#1312)
This commit is contained in:
committed by
Anton Kaliaev
parent
140f962201
commit
f907113c19
@ -43,6 +43,7 @@ func NetInfo() (*ctypes.ResultNetInfo, error) {
|
||||
for _, peer := range p2pSwitch.Peers().List() {
|
||||
peers = append(peers, ctypes.Peer{
|
||||
NodeInfo: peer.NodeInfo(),
|
||||
ID: peer.ID(),
|
||||
IsOutbound: peer.IsOutbound(),
|
||||
ConnectionStatus: peer.Status(),
|
||||
})
|
||||
|
Reference in New Issue
Block a user