Browse Source

fix finger problem (missing }

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

+ 0 - 2
logic/peers.go

@@ -111,8 +111,6 @@ func GetPeerUpdate(node *models.Node) (models.PeerUpdate, error) {
 				if peer.LocalListenPort != 0 {
 					peer.ListenPort = peer.LocalListenPort
 				}
-			} else {
-				continue
 			}
 		}