Skip to content

Commit

Permalink
Update contracts/RolesRegistry/RolesRegistry.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Ernani São Thiago <[email protected]>
  • Loading branch information
karacurt and ernanirst authored Sep 26, 2023
1 parent 284a4ec commit a24390d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/RolesRegistry/RolesRegistry.sol
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ contract RolesRegistry is IERC7432 {
) {
require(
_isOwner(_tokenAddress, _tokenId, msg.sender) ||
_isRoleApproved(_tokenAddress, _tokenId, _account, msg.sender),
_isRoleApproved(_tokenAddress, _tokenId, _account, msg.sender),
"RolesRegistry: sender must be token owner or approved"
);
_;
Expand Down

0 comments on commit a24390d

Please sign in to comment.