Преглед на файлове

Merge branch 'develop' into NET-452

Matthew R Kasun преди 2 години
родител
ревизия
5ad4452ec7
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      logic/peers.go

+ 1 - 1
logic/peers.go

@@ -201,7 +201,7 @@ func GetPeerUpdateForHost(network string, host *models.Host, allNodes []models.N
 					Address:    peer.PrimaryAddress(),
 					Name:       peerHost.Name,
 					Network:    peer.Network,
-					ListenPort: GetPeerListenPort(peerHost),
+					ListenPort: peerHost.ListenPort,
 				}
 				hostPeerUpdate.NodePeers = append(hostPeerUpdate.NodePeers, nodePeer)
 			}