blockparty icon indicating copy to clipboard operation
blockparty copied to clipboard

Prevent `transferOwnership` from failing

Open makoto opened this issue 7 years ago • 0 comments

Currently there is a chance that transferOwnership to be handed over to wrong address or empty address. If that happens the entire deposit will be stack forever.

The possible solution could be

  • Allow having more than one owner.
  • Force the new user to claim (like this). This is more secure but it will require two transactions (one to transfer, another to claim) so it would become a bit inconvenient.

makoto avatar Jul 09 '18 22:07 makoto