Skip to content

Commit

Permalink
fix: some contracts structures
Browse files Browse the repository at this point in the history
  • Loading branch information
EDUARDO MELO DE SIQUEIRA authored and EDUARDO MELO DE SIQUEIRA committed Jul 11, 2024
1 parent f3895f3 commit eb5cd2e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions contracts/OriumSftMarketplace.sol
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ contract OriumSftMarketplace is Initializable, OwnableUpgradeable, PausableUpgra
/** ######### Internals ########### **/

/**
* @dev Validates the create rental offer.
* @dev Validates if is wearable address to use commit or lock functions.
* @param _tokenAddress The SFT tokenAddresses.
* @param _rolesRegistryAddress roles registry address.
* @param _lender The address of the user lending the SFT.
Expand Down Expand Up @@ -378,12 +378,12 @@ contract OriumSftMarketplace is Initializable, OwnableUpgradeable, PausableUpgra
}

/**
* @dev Validates the create rental offer.
* @param _tokenAddress The address of the contract of the SFT to rent
* @dev Validates if is wearable address to use current or legacy grantRole.
* @param _tokenAddress The address of the contract of the SFT to rent.
* @param _rolesRegistryAddress The rental offer struct.
* @param _commitmentId The commitmentId of the SFT to rent.
* @param _role role to be assigned to the borrower.
* @param _grantee recipient .
* @param _grantee recipient.
* @param _expirationDate expiration date of role.
* @param _revocable role is recovable.
* @param _data data struct to send others informations.
Expand Down

0 comments on commit eb5cd2e

Please sign in to comment.