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
Proposing to add not replace the functionality for transferOwnership(address _newOwner) which without nomination or acceptance will transfer the ownership direct to the given address.
This will speed up protocol upgrades when the automated scripts and potentially the delegated migrated can just assign the ownership without the 2 step process.
The text was updated successfully, but these errors were encountered:
One advantage of the two step process is preventing any mistakes in the nomination - if the address is mistyped in a transferOwnership call then ownership is lost forever.
Right now ownership transfers is a 2 step process
Proposing to add not replace the functionality for
transferOwnership(address _newOwner)
which without nomination or acceptance will transfer the ownership direct to the given address.This will speed up protocol upgrades when the automated scripts and potentially the delegated migrated can just assign the ownership without the 2 step process.
The text was updated successfully, but these errors were encountered: