Skip to content

Commit

Permalink
Require Reward Input to point within inputs range
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGackstatter committed Dec 12, 2023
1 parent d55a771 commit c4c66ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tips/TIP-0045/tip-0045.md
Original file line number Diff line number Diff line change
Expand Up @@ -1185,7 +1185,7 @@ The following criteria defines whether a payload passes the syntactical validati
- `Context Inputs Count` must be `0 ≤ x ≤ Max Inputs Count`.
- `Context Input Type` must denote an allowed input type, listed in section [Context Inputs](#context-inputs).
- There must be zero or one _Commitment Input_.
- All _Rewards Inputs_ must reference a different `Index` and it must hold that: `Index <= Max Inputs Count`.
- All _Reward Inputs_ must reference a different `Index` and it must hold that: `Index < Inputs Count`.
- All _Block Issuance Credit Inputs_ must reference a different `Account ID`.
- Outputs:
- `Outputs Count` must be `0 < x ≤ Max Outputs Count`.
Expand Down

0 comments on commit c4c66ec

Please sign in to comment.