owlprotocol / contracts

MIT License
3 stars 4 forks source link

Audit `__Ownable_init(...)` #251

Closed github-actions[bot] closed 2 years ago

github-actions[bot] 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. closes #248