mirror of
https://github.com/tendermint/tendermint.git
synced 2026-04-08 01:39:07 +00:00
@@ -857,6 +857,9 @@ func (m *PeerManager) Advertise(peerID types.NodeID, limit uint16) []NodeAddress
|
||||
if peer.ID == peerID {
|
||||
continue
|
||||
}
|
||||
if peer.Inactive {
|
||||
continue
|
||||
}
|
||||
|
||||
for nodeAddr, addressInfo := range peer.AddressInfo {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user