Description
Ownable performs a simple ownership transfer by setting the owner to a new address.
This is dangerous and could result in an invalid owner being set. Ownable2Step performs additional checks by setting a pending owner which has then to accept the ownership.
Consider using it instead.
Status
Acknowledged