You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: