• Maurelian's avatar
    refactor(ctb): Change to removeOwners · 67a17c31
    Maurelian authored
    This commit introduces the ability to remove multiple owners at once in the LivenessModule.sol contract. A new function removeOwners has been added, which accepts arrays of previous owners and owners to be removed. The existing removeOwner function has been updated to use a new internal function _removeOwner. The _getPrevOwner function has been removed as it is no longer needed.
    67a17c31
LivenessModule.sol 9.32 KB