From 598b50d1e6ba49f140e61cbf476e5d46bfab56d7 Mon Sep 17 00:00:00 2001 From: Daniel Lima <38267570+karacurt@users.noreply.github.com> Date: Wed, 24 Apr 2024 13:20:08 -0300 Subject: [PATCH] Update contracts/NftRentalMarketplace.sol MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ernani São Thiago --- contracts/NftRentalMarketplace.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/NftRentalMarketplace.sol b/contracts/NftRentalMarketplace.sol index 8c35216..880551b 100644 --- a/contracts/NftRentalMarketplace.sol +++ b/contracts/NftRentalMarketplace.sol @@ -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