## Description Function `ensureNodeIsSafeModuleMember` go through a linked list to find the "first" module address that fulfils the check: ``` IHoprNodeManagementModule(modules[i]).isHoprNodeManagementModule() && IHoprNodeManagementModule(modules[i]).isNode(nodeChainKeyAddress) ``` This is undesirable when multiple modules are attached to the Safe.