Add internal functions inside modifiers by allwin199 · Pull Request #4472 · OpenZeppelin/openzeppelin-contracts (original) (raw)
Fixes #4466
Some modifiers could use internal functions to reduce code size impact
_checkGovernance
, _checkProxy
, _checkNotDelegated
and _checkInitializing
internal functions has been added.
PR Checklist
- Tests
- Documentation
- Changeset entry (run
npx changeset add
)