From a63f4c44a392b4b9576523e7f19b074b4c8c874b Mon Sep 17 00:00:00 2001 From: Philipp Gackstatter Date: Wed, 8 Nov 2023 13:42:44 +0100 Subject: [PATCH] Remove `Amount <= Token Supply` check --- tips/TIP-0043/tip-0043.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tips/TIP-0043/tip-0043.md b/tips/TIP-0043/tip-0043.md index e8818dad2..4303f61a1 100644 --- a/tips/TIP-0043/tip-0043.md +++ b/tips/TIP-0043/tip-0043.md @@ -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 Native Token must be unique in the set of `Native Tokens` based on its `Token ID`. No duplicates are