rm return

This commit is contained in:
Abhishek Kondur 2023-06-27 21:48:07 +05:30
parent 845bb33c68
commit 65a683ad79

View file

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