Skip to content

Commit

Permalink
Flip native token flag logic
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGackstatter committed Oct 25, 2023
1 parent e0014b8 commit 3e41107
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tips/TIP-0038/tip-0038.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3e41107

Please sign in to comment.