GRA-985: rm locallistenport, added proxy public listen port field

This commit is contained in:
Abhishek Kondur
2023-01-18 02:03:19 +05:30
committed by Matthew R Kasun
parent c528110541
commit 63f18f539e
2 changed files with 0 additions and 2 deletions

View File

@@ -252,7 +252,6 @@ func GetProxyUpdateForHost(host *models.Host) (proxy_models.ProxyManagerPayload,
if err != nil {
continue
}
var currPeerConf proxy_models.PeerConf
var found bool
if currPeerConf, found = peerConfMap[peerHost.PublicKey.String()]; !found {