From 3e0e42644e8e53b1877e48f6745ddd478c8d3683 Mon Sep 17 00:00:00 2001 From: ddawson Date: Tue, 6 Sep 2022 09:40:17 -0700 Subject: [PATCH] Clarify NFTokenBurn --- content/concepts/tokens/non-fungible-tokens.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/concepts/tokens/non-fungible-tokens.md b/content/concepts/tokens/non-fungible-tokens.md index 13e1180827..2e93a35d8b 100644 --- a/content/concepts/tokens/non-fungible-tokens.md +++ b/content/concepts/tokens/non-fungible-tokens.md @@ -46,7 +46,7 @@ You create a new `NFToken` using the [NFTokenMint transaction][]. [NFTokenOffer object][] is a new object that describes an offer to buy or sell a single `NFToken`. -You destroy an `NFToken` using the [NFTokenBurn transaction][]. +You destroy an `NFToken` using the [NFTokenBurn transaction][]. Token owners can always burn a token they own. If you mint a token with the `tfBurnable` flag set, you have the option of burning the token at any time, regardless of the owner. ## `NFToken` Lifecycle