Skip to content

Commit

Permalink
Typo fix (#113)
Browse files Browse the repository at this point in the history
* Fix wrong link text

* Fix typo on TIP-0020

* Fix ref to schemas

Co-authored-by: Levente Pap <[email protected]>
  • Loading branch information
amidmm and lzpap authored Oct 20, 2022
1 parent 48beb87 commit 5739cf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tips/TIP-0018/tip-0018.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ are defined by the output type and by the parameters chosen upon deployment.

## Data Types & Subschema Notation

Data types and subschemas used throughout this TIP are defined in [TIP-21](../TIP-0020/tip-0020.md).
Data types and subschemas used throughout this TIP are defined in [TIP-21](../TIP-0021/tip-0021.md).

## Global Protocol Parameters

Expand Down
2 changes: 1 addition & 1 deletion tips/TIP-0020/tip-0020.md
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ The following criteria defines whether a payload passes the syntactical validati
* Each pair of `Transaction ID` and `Transaction Output Index` must be unique in the list of inputs.
* Outputs:
* `Outputs Count` must be 0 < x ≤ `Max Outputs Count`.
* For each input the following must be true:
* For each output the following must be true:
* `Output Type` must match one of the values described under [Outputs](#outputs).
* The output itself must pass syntactic validation.
* The sum of all `Amount` fields must not exceed `Max IOTA Supply`.
Expand Down

0 comments on commit 5739cf4

Please sign in to comment.