Skip to content

Commit

Permalink
Add Can Burn Mana TX capabilit flag rule
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGackstatter committed Oct 25, 2023
1 parent 5dc88f5 commit b8ea21d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tips/TIP-0039/tip-0039.md
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,10 @@ validators and delegators with Mana is reasonable as it does not extract value f
- `Total Stored Mana` is the sum of `Mana` in each output.
- `Total Allotted Mana` is the sum of `Mana` in each _Allotment_.

A transaction is only valid if `Total Mana In >= Total Mana Out`.
A transaction is only valid if either of the following conditions holds:

- `Total Mana In == Total Mana Out`.
- `Total Mana In > Total Mana Out` and the _Can Burn Mana_ Flag in the _Transaction Capabilities_ is **set**.

| :warning: Potential Overflows |
| ----------------------------- |
Expand Down

0 comments on commit b8ea21d

Please sign in to comment.