Add a virtual `_checkRole(bytes32)` internal function to `AccessControl` (#3137)
* add a virtual _onlyRole(bytes32) modifier * _onlyRole(role) → _checkRole(role) * update doc
Showing
Please
register
or
sign in
to comment
* add a virtual _onlyRole(bytes32) modifier * _onlyRole(role) → _checkRole(role) * update doc