fix error from branch create

This commit is contained in:
Matthew R. Kasun 2022-11-02 10:59:31 -04:00
parent c384e9dc4d
commit 482246477c

View file

@ -111,6 +111,9 @@ func GetPeerUpdate(node *models.Node) (models.PeerUpdate, error) {
if peer.LocalListenPort != 0 {
peer.ListenPort = peer.LocalListenPort
}
} else {
continue
}
}
// set address if setEndpoint is true