Update ITicketNFT.sol

This commit is contained in:
Daniel Perez 2023-02-14 17:33:48 +00:00
parent 8a9462b868
commit d294e1b6ca

View file

@ -60,9 +60,9 @@ interface ITicketNFT {
*
* - `from` cannot be the zero address.
* - `to` cannot be the zero address.
* - `ticketID` ticket must be either:
* - owned by `from`.
* - approved to move this ticket by `approve`
* - the caller must either:
* - own `ticketID`
* - be approved to move this ticket using `approve`
*
* Emits a `Transfer` and an `Approval` event.
*/