Skip to content

Commit

Permalink
Update contracts/OriumMarketplace.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 Sep 22, 2023
1 parent a2d2d07 commit ffc1e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/OriumMarketplace.sol
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ contract OriumMarketplace is Initializable, OwnableUpgradeable, PausableUpgradea
/** ######### Setters ########### **/
/**
* @notice Creates a rental offer.
* @dev The offer is only signed by the lender and exibihited off-chain.
* @dev To optimize for gas, only the offer hash is stored on-chain
* @param _offer The rental offer struct.
*/
function createRentalOffer(RentalOffer calldata _offer) external onlyTokenOwner(_offer.tokenAddress, _offer.tokenId) {
Expand Down

0 comments on commit ffc1e8b

Please sign in to comment.