2
0
Abhishek Kondur 2 жил өмнө
parent
commit
65a683ad79

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

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