From 96ae7d51e34200827b564bd5ecfe33beacde4cd8 Mon Sep 17 00:00:00 2001 From: Philipp Gackstatter Date: Wed, 8 Nov 2023 15:41:41 +0100 Subject: [PATCH] Add amount rules to each created output --- tips/TIP-0045/tip-0045.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tips/TIP-0045/tip-0045.md b/tips/TIP-0045/tip-0045.md index 00b1fe65f..e2e820cdb 100644 --- a/tips/TIP-0045/tip-0045.md +++ b/tips/TIP-0045/tip-0045.md @@ -1191,6 +1191,8 @@ The following criteria defines whether a payload passes the syntactical validati - `Outputs Count` must be `0 < x ≤ Max Outputs Count`. - For each output the following must be true: - `Output Type` must match one of the values described under [Outputs](#outputs). + - The `Amount` field must not be `0`. + - The `Amount` field must be at least the minimum storage deposit according to [TIP-47](../TIP-0047/tip-0047.md). - The output itself must pass syntactic validation. - The sum of all `Amount` fields must not exceed `Max IOTA Supply`. - The sum of all `Mana` fields must not exceed 2Mana Bits Count - 1.