diff --git a/contracts/interfaces/orium/IRolesRegistry.sol b/contracts/interfaces/orium/IRolesRegistry.sol index bca5be4..2e702a9 100644 --- a/contracts/interfaces/orium/IRolesRegistry.sol +++ b/contracts/interfaces/orium/IRolesRegistry.sol @@ -70,7 +70,7 @@ interface IRolesRegistry { /// @param _supportsMultipleAssignments if false, will return true only if account is the last role grantee function hasRole( bytes32 _role, - address _granter, + address _granter, address _grantee, address _tokenAddress, uint256 _tokenId,