From a0ff9fb9a96ac8bddabd3a3a90dc6bb1fb25d0ef Mon Sep 17 00:00:00 2001 From: Dennis Dawson Date: Wed, 6 Apr 2022 16:53:22 -0700 Subject: [PATCH] Remove reference to lsfIssuerCanCancelOffers * The issuer of the token identified by the `TokenUID` field in the `NFTokenOffer` object, if the token has the `lsfIssuerCanCancelOffers` flag set. --- .../transactions/transaction-types/nftokencanceloffer.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/references/protocol-reference/transactions/transaction-types/nftokencanceloffer.md b/content/references/protocol-reference/transactions/transaction-types/nftokencanceloffer.md index 18cd39561a..ae79215039 100644 --- a/content/references/protocol-reference/transactions/transaction-types/nftokencanceloffer.md +++ b/content/references/protocol-reference/transactions/transaction-types/nftokencanceloffer.md @@ -29,7 +29,6 @@ An existing offer, represented by an `NFTokenOffer` object, can be cancelled by: * The account that originally created the `NFTokenOffer`. * The account in the `Destination` field of the `NFTokenOffer`, if one is present. -* The issuer of the token identified by the `TokenUID` field in the `NFTokenOffer` object, if the token has the `lsfIssuerCanCancelOffers` flag set. * Any account, if the `NFTokenOffer` specifies an expiration time and the close time of the parent ledger in which the `NFTokenCancelOffer` is included is greater than the expiration time. This transaction removes the listed `NFTokenOffer` object from the ledger, if present, and adjusts the reserve requirements accordingly. It is not an error if the `NFTokenOffer` cannot be found: if that is the case, the transaction should complete successfully.