Skip to content

Commit

Permalink
ON-479: refactor tenant to borrower natspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lima committed Sep 27, 2023
1 parent b3b3e29 commit ef3495b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/OriumMarketplace.sol
Original file line number Diff line number Diff line change
Expand Up @@ -116,15 +116,15 @@ contract OriumMarketplace is Initializable, OwnableUpgradeable, PausableUpgradea
/**
* @param nonce nonce of the rental offer
* @param lender address of the lender
* @param tenant address of the tenant
* @param borrower address of the borrower
* @param token address of the contract of the NFT rented
* @param tokenId tokenId of the rented NFT
* @param expirationDate when the rent ends
*/
event RentalStarted(
uint256 indexed nonce,
address indexed lender,
address indexed tenant,
address indexed borrower,
address token,
uint256 tokenId,
uint64 expirationDate
Expand Down

0 comments on commit ef3495b

Please sign in to comment.