Skip to content

Commit

Permalink
Remove Amount <= Token Supply check
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGackstatter committed Nov 8, 2023
1 parent 60b696c commit a63f4c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tips/TIP-0043/tip-0043.md
Original file line number Diff line number Diff line change
Expand Up @@ -512,8 +512,8 @@ as a request to smart contract chain accounts.

### Output Syntactic Validation

- `Amount` field must fulfill the [storage deposit requirements](../TIP-0047/tip-0047.md) and must not be `0`.
- `Amount` field must be ≤ `Token Supply`.
- `Amount` field must not be `0`.
- `Amount` field must fulfill the [storage deposit requirements](../TIP-0047/tip-0047.md).
- `Native Tokens Count` must not be greater than `Max Native Tokens Count`.
- `Native Tokens` must be lexicographically sorted based on `Token ID`.
- Each <i>Native Token</i> must be unique in the set of `Native Tokens` based on its `Token ID`. No duplicates are
Expand Down

0 comments on commit a63f4c4

Please sign in to comment.