address code review comments

This commit is contained in:
Matthew R. Kasun
2022-09-09 13:15:37 -04:00
parent ce58eed740
commit b61c4d1068

View File

@@ -171,7 +171,7 @@ func ShouldPublishPeerPorts(serverNode *models.Node) bool {
return false
}
// NormalCidr - returns the first address of CIDR
// NormalCIDR - returns the first address of CIDR
func NormalizeCIDR(address string) (string, error) {
ip, IPNet, err := net.ParseCIDR(address)
if err != nil {