Skip to content

Commit

Permalink
Simplify SDRUC syntactic validation rules
Browse files Browse the repository at this point in the history
  • Loading branch information
lzpap committed Apr 5, 2022
1 parent 363a6ce commit 8cfabe9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tips/TIP-0018/tip-0018.md
Original file line number Diff line number Diff line change
Expand Up @@ -413,8 +413,10 @@ This unlock condition is employed to achieve conditional sending. An output that

###### Additional syntactic transaction validation rule:

- `Return Amount` must be ≥ than `Minimum Storage Deposit` and must not be `0`.
- It must hold true, that `0``Amount` - `Return Amount``Required Storage Deposit of the Output`.
- `Minimum Storage Deposit` is the storage deposit in the base currency required for a <i>Basic Output</i> that only
has an <i>Address Unlock Condition</i> with `Return Address`, no additional unlock conditions, no feature blocks and
no native tokens.
- It must hold true, that `Minimum Storage Deposit``Return Amount``Amount`.

###### Additional semantic transaction validation rule:

Expand Down

0 comments on commit 8cfabe9

Please sign in to comment.