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 RenPool contract implements its own ownership mechanism. This mechanism is already implemented by OpenZeppelin. Use the Ownable contract to simplify RenPool's logic.
Currently
RenPool
contract implements its own ownership mechanism. This mechanism is already implemented by OpenZeppelin. Use theOwnable
contract to simplifyRenPool
's logic.See https://docs.openzeppelin.com/contracts/4.x/access-control for reference.
The text was updated successfully, but these errors were encountered: