Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent transferOwnership from failing #162

Open
makoto opened this issue Jul 9, 2018 · 0 comments
Open

Prevent transferOwnership from failing #162

makoto opened this issue Jul 9, 2018 · 0 comments

Comments

@makoto
Copy link
Owner

makoto commented Jul 9, 2018

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant