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. * - `from` cannot be the zero address.
* - `to` cannot be the zero address. * - `to` cannot be the zero address.
* - `ticketID` ticket must be either: * - the caller must either:
* - owned by `from`. * - own `ticketID`
* - approved to move this ticket by `approve` * - be approved to move this ticket using `approve`
* *
* Emits a `Transfer` and an `Approval` event. * Emits a `Transfer` and an `Approval` event.
*/ */