Browse Source

address code review comments

Matthew R. Kasun 2 years ago
parent
commit
b61c4d1068
1 changed files with 1 additions and 1 deletions
  1. 1 1
      logic/util.go

+ 1 - 1
logic/util.go

@@ -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 {