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