From 5606ed55e56655ca510e9ef3dbf2a4c4e1616681 Mon Sep 17 00:00:00 2001 From: Daniel Perez Date: Fri, 17 Feb 2023 11:55:20 +0000 Subject: [PATCH] Update ISecondaryMarket.sol --- src/interfaces/ISecondaryMarket.sol | 1 + 1 file changed, 1 insertion(+) diff --git a/src/interfaces/ISecondaryMarket.sol b/src/interfaces/ISecondaryMarket.sol index a1f78c1..d937010 100644 --- a/src/interfaces/ISecondaryMarket.sol +++ b/src/interfaces/ISecondaryMarket.sol @@ -34,6 +34,7 @@ interface ISecondaryMarket { * such that it is held by this contract. Only the current owner of a specific * ticket is able to list that ticket on the secondary market. The purchase * `price` is specified in an amount of `PurchaseToken`. + * Note: Only non-expired and unused tickets can be listed */ function listTicket(uint256 ticketID, uint256 price) external;