From d532ab6f8bdd5fb3f18a35b57d9ebb8d5b80bd87 Mon Sep 17 00:00:00 2001 From: SFsourDoh Date: Fri, 14 Jan 2022 13:15:27 -0500 Subject: [PATCH] Fix nftokenmint.md JSON example correct bad JSON formatting and add required field "TokenTaxon": 0 --- .../transactions/transaction-types/nftokenmint.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/references/protocol-reference/transactions/transaction-types/nftokenmint.md b/content/references/protocol-reference/transactions/transaction-types/nftokenmint.md index f00cc40c42..298788095a 100644 --- a/content/references/protocol-reference/transactions/transaction-types/nftokenmint.md +++ b/content/references/protocol-reference/transactions/transaction-types/nftokenmint.md @@ -23,9 +23,10 @@ If the transaction is successful, the newly minted token is owned by the account "Account": "rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs59B", "Issuer": "rNCFjv8Ek5oDrNiMJ3pw6eLLFtMjZLJnf2", "TransferFee": 314, + "TokenTaxon": 0, "Flags": 2147483659, "Fee": 10, - "URI": "ipfs://bafybeigdyrzt5sfp7udm7hu76uh7y26nf4dfuylqabf3oclgtqy55fbzdi" + "URI": "ipfs://bafybeigdyrzt5sfp7udm7hu76uh7y26nf4dfuylqabf3oclgtqy55fbzdi", "Memos": [ { "Memo": { @@ -34,7 +35,7 @@ If the transaction is successful, the newly minted token is owned by the account "MemoData": "72656E74" } } - ], + ] } ```