From 440a28d2ca7c2d37b2506cac738a4b6886a6ac51 Mon Sep 17 00:00:00 2001 From: Dennis Dawson Date: Wed, 6 Apr 2022 16:48:23 -0700 Subject: [PATCH] Fix NFTokenMinter --- .../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 1add8f21f0..59db729855 100644 --- a/content/references/protocol-reference/transactions/transaction-types/nftokenburn.md +++ b/content/references/protocol-reference/transactions/transaction-types/nftokenburn.md @@ -22,7 +22,7 @@ If this operation succeeds, the corresponding `NFToken` is removed. If this oper "TransactionType": "NFTokenBurn", "Account": "rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs59B", "Fee": 10, - "TokenID": "000B013A95F14B0044F78A264E41713C64B5F89242540EE208C3098E00000D65" + "NFTokenID": "000B013A95F14B0044F78A264E41713C64B5F89242540EE208C3098E00000D65" } ``` @@ -62,7 +62,7 @@ If this operation succeeds, the corresponding `NFToken` is removed. If this oper AccountID - The AccountID that submitted this transaction. The account must be either the present owner of the token or, if the lsfBurnable flag is set in the NFToken, the issuer account or an account authorized by the issuer, (that is, the MintAccount). + The AccountID that submitted this transaction. The account must be either the present owner of the token or, if the lsfBurnable flag is set in the NFToken, the issuer account or an account authorized by the issuer, (that is, the NFTokenMinter). @@ -84,7 +84,7 @@ If this operation succeeds, the corresponding `NFToken` is removed. If this oper ## Account Root Enhancements -### MintAccount +### NFTokenMinter Issuers might want to issue NFTs from their well known account, while at the same time wanting to delegate the issuance of such NFTs to a mint or other third party.