Browse Source

rm return

Abhishek Kondur 2 years ago
parent
commit
65a683ad79
1 changed files with 0 additions and 1 deletions
  1. 0 1
      logic/acls/nodeacls/retrieve.go

+ 0 - 1
logic/acls/nodeacls/retrieve.go

@@ -9,7 +9,6 @@ import (
 
 
 // AreNodesAllowed - checks if nodes are allowed to communicate in their network ACL
 // AreNodesAllowed - checks if nodes are allowed to communicate in their network ACL
 func AreNodesAllowed(networkID NetworkID, node1, node2 NodeID) bool {
 func AreNodesAllowed(networkID NetworkID, node1, node2 NodeID) bool {
-	return true
 	var currentNetworkACL, err = FetchAllACLs(networkID)
 	var currentNetworkACL, err = FetchAllACLs(networkID)
 	if err != nil {
 	if err != nil {
 		return false
 		return false