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
Addresses: #3520
Add a ownable variant realm to have a transfer of ownership with two
functions where the new owner needs to accept ownership to be sure no
mistake can be made.
---------
Co-authored-by: Leon Hudak <[email protected]>
Description
Currently p/demo/ownable is a simple ownable realm with a transfer ownership that doesn't check if the receiver is the correct one.
The idea would be to create a new realm on top of it with a two step process to transfer ownership:
The text was updated successfully, but these errors were encountered: