Browse Source

fix finger problem (missing }

Matthew R. Kasun 2 years ago
parent
commit
344fb80dc3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      logic/peers.go

+ 1 - 0
logic/peers.go

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