• Maurelian's avatar
    fix(ctb): Fix off-by-one in removeOwner · 927bcaaa
    Maurelian authored
    There was a bug in the remove all owners flow that would leave two owners on the safe.
    Fixing that bug required using `swapOwners` in order to remove and
    replace the last signer, since you cannot remove the only owner and then
    add a new one (even when calling from a module).
    927bcaaa
Name
Last commit
Last update
..
chain-mon Loading commit data...
common-ts Loading commit data...
contracts-bedrock Loading commit data...
contracts-ts Loading commit data...
core-utils Loading commit data...
fee-estimation Loading commit data...
sdk Loading commit data...
web3js-plugin Loading commit data...