owlprotocol / contracts

MIT License
3 stars 4 forks source link

Audit `__Ownable_init(...)` #248

Closed corbanvilla closed 2 years ago

corbanvilla commented 2 years ago

Go through contracts and figure out where we call __Ownable_init(...) AFTER normal initializers. This will override owner and is not the functionality that we want.

HrikB commented 2 years ago

/cib

github-actions[bot] commented 2 years ago

Branch issue-248 created! Clone with: git fetch && git checkout --track origin/issue-248 Rebase develop branch changes with: git checkout issue-248 && git rebase develop