From 093d025fc7433547c245e253851132873620a56a Mon Sep 17 00:00:00 2001 From: Dennis Dawson Date: Tue, 5 Apr 2022 16:42:14 -0700 Subject: [PATCH] Update for SField name changes TokenID -> NFTokenID --- .../transactions/transaction-types/nftokenburn.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/references/protocol-reference/transactions/transaction-types/nftokenburn.md b/content/references/protocol-reference/transactions/transaction-types/nftokenburn.md index 150b0d909c..97b1b74ab1 100644 --- a/content/references/protocol-reference/transactions/transaction-types/nftokenburn.md +++ b/content/references/protocol-reference/transactions/transaction-types/nftokenburn.md @@ -66,7 +66,7 @@ If this operation succeeds, the corresponding `NFToken` is removed. If this oper - TokenID + NFTokenID Yes @@ -123,7 +123,7 @@ The `SetAccount` transaction allows the `MintAccount` field to be set or cleared ### MintedTokens -The `MintedTokens` field is used to form the `TokenID` of a new object, to ensure the uniqueness of `NFToken` objects. If this field is not present, the value is 0. +The `MintedTokens` field is used to form the `NFTokenID` of a new object, to ensure the uniqueness of `NFToken` objects. If this field is not present, the value is 0. ### BurnedTokens @@ -131,7 +131,7 @@ The `MintedTokens` field is used to form the `TokenID` of a new object, to ensur The `BurnedTokens` field provides a convenient way to determine how many `NFToken` objects issued by an account are still active (that is, not burned). If this field is not present the value 0 is assumed. The field is decremented whenever a token issued by this account is burned. -An account for which the difference the number of minted and burned tokens, as stored in the `MintedTokens` and `BurnedTokens` fields respectively, is non-zero cannot be deleted. +An account for which the difference in the number of minted and burned tokens, as stored in the `MintedTokens` and `BurnedTokens` fields respectively, is non-zero cannot be deleted.