coinbase / smart-wallet

MIT License
332 stars 65 forks source link

Add `removeLastOwner` for replayability #52

Closed stevieraykatz closed 5 months ago

stevieraykatz commented 5 months ago

Remediates https://github.com/code-423n4/2024-04-coinbase-mitigation-findings/issues/9

In our code4rena audit, a reviewer correctly identified that we should make removeLastOwner a valid replayable transaction. This PR adds that functionality.