Skip to content

Commit

Permalink
Update contracts/NftRentalMarketplace.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 8757e28 commit 598b50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/NftRentalMarketplace.sol
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ contract NftRentalMarketplace is Initializable, OwnableUpgradeable, PausableUpgr
}

/**
* @notice batchRevokeRole revokes role in a single transaction.
* @notice Revokes multiple roles.
* @dev owner will be msg.sender and it must approve the marketplace to revoke the roles.
* @param _tokenAddresses The array of tokenAddresses
* @param _tokenIds The array of tokenIds
Expand Down

0 comments on commit 598b50d

Please sign in to comment.