From 4aa2a0d7a7de43caed93a5e6517454c92eb8f4dd Mon Sep 17 00:00:00 2001 From: Daniel Lima <38267570+karacurt@users.noreply.github.com> Date: Wed, 24 Apr 2024 13:19:57 -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 6a95228..8c35216 100644 --- a/contracts/NftRentalMarketplace.sol +++ b/contracts/NftRentalMarketplace.sol @@ -255,7 +255,7 @@ contract NftRentalMarketplace is Initializable, OwnableUpgradeable, PausableUpgr } /** - * @notice batchGrantRole grant role in a single transaction. + * @notice Grants multiple roles. * @param _params The array of role params. */ function batchGrantRole(IERC7432.Role[] calldata _params) external whenNotPaused {