Skip to content

Commit

Permalink
Update contracts/libraries/LibNftRentalMarketplace.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 Apr 24, 2024
1 parent d00979f commit 8989646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/libraries/LibNftRentalMarketplace.sol
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ library LibNftRentalMarketplace {

/**
* @notice Revokes multiple roles.
* @dev only the owner and recipient can call this function. Be careful as the marketplace have approvals from other users.
* @dev only the owner and recipient can call this function. Be careful as the marketplace receives role approvals from other users.
* @param _tokenAddresses The array of tokenAddresses
* @param _tokenIds The array of tokenIds
* @param _roleIds The array of roleIds
Expand Down

0 comments on commit 8989646

Please sign in to comment.