Skip to content

Commit

Permalink
Clarify the input side requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGackstatter committed Feb 16, 2024
1 parent 6fe79a8 commit d467f85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tips/TIP-0042/tip-0042.md
Original file line number Diff line number Diff line change
Expand Up @@ -370,9 +370,9 @@ which they were selected to participate in the validator committee.
- When a _Staking Feature_ is present in an account output on the output side of a transaction, the transaction that
contains this output is valid, if and only if all of the following conditions hold:
- A _Block Issuer Feature_ must be present in the account.
- When a _Staking Feature_ is present in an account output on the output side of a transaction and it was not present on
the input side, the transaction that contains this output is valid, if and only if all of the following conditions
hold:
- When a _Staking Feature_ is present in an account output on the output side of a transaction and the feature was not
present on the input side, the transaction that contains this output is valid, if and only if all of the following
conditions hold:
- `Start Epoch` must be set to `Past Bounded Epoch Index`.
- `End Epoch` satisfies `End Epoch >= Past Bounded Epoch Index + Staking Unbonding Period`.
- When a _Staking Feature_ is present in an account output on the input side of a transaction, the transaction that
Expand Down

0 comments on commit d467f85

Please sign in to comment.