Closed detectivekim closed 1 year ago
OpenZeppelin has a new Ownable2Step contract that inherits Ownable which allows ownership transfers to be performed more securely in 2 steps.
Ownable2Step
Ownable
Consider using Ownable2Step instead of Ownable for more secure ownership transfers.
Details
OpenZeppelin has a new
Ownable2Step
contract that inheritsOwnable
which allows ownership transfers to be performed more securely in 2 steps.Mitigation
Consider using Ownable2Step instead of Ownable for more secure ownership transfers.