Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Ownable from OpenZeppelin #5

Open
acuarica opened this issue Nov 26, 2021 · 0 comments
Open

Use Ownable from OpenZeppelin #5

acuarica opened this issue Nov 26, 2021 · 0 comments
Labels
refactor Improves project quality without added value

Comments

@acuarica
Copy link
Contributor

Currently RenPool contract implements its own ownership mechanism. This mechanism is already implemented by OpenZeppelin. Use the Ownable contract to simplify RenPool's logic.

See https://docs.openzeppelin.com/contracts/4.x/access-control for reference.

@acuarica acuarica added the refactor Improves project quality without added value label Nov 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Improves project quality without added value
Projects
None yet
Development

No branches or pull requests

1 participant