From 3e411072d8d471b5aead8aeb77f60aee5b33a429 Mon Sep 17 00:00:00 2001 From: Philipp Gackstatter Date: Wed, 25 Oct 2023 13:46:57 +0100 Subject: [PATCH] Flip native token flag logic --- tips/TIP-0038/tip-0038.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tips/TIP-0038/tip-0038.md b/tips/TIP-0038/tip-0038.md index ddb385537..48fc062e4 100644 --- a/tips/TIP-0038/tip-0038.md +++ b/tips/TIP-0038/tip-0038.md @@ -870,8 +870,8 @@ the transaction: - **input side of the transaction:** the transaction destroys tokens. The presence and validation of the foundry outputs of the native tokens determines whether the tokens are burned (removed from the ledger) or melted in the foundry. - - Burning Native Tokens is only allowed if the _Can Burn Native Tokens_ flag in the _Transaction Capabilities_ is - set, while melting is unaffected by the flag. + - The transaction is invalid if Native Tokens are burned and the _Can Burn Native Tokens_ flag in the _Transaction + Capabilities_ is **unset**. Melting is unaffected by the flag. # Migration