Skip to content

Commit

Permalink
ON-813: update accept rental offer function
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lima committed Apr 19, 2024
1 parent 2045c49 commit c9f874e
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 @@ -163,7 +163,7 @@ contract NftRentalMarketplace is Initializable, OwnableUpgradeable, PausableUpgr
oriumMarketplaceRoyalties,
_offer.tokenAddress,
_offer.tokenId,
_offer.borrower,
msg.sender,
_expirationDate,
_offer.roles,
_offer.rolesData
Expand Down

0 comments on commit c9f874e

Please sign in to comment.