Skip to content

Commit

Permalink
Update tip-0029.md - Typo (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcanterafonseca-iota authored Jun 13, 2023
1 parent 6b6d4c8 commit bc23bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tips/TIP-0029/tip-0029.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ Syntactic validation can be checked from the _Milestone Essence_ plus the blocks
- If `Index Number` is greater than `First Milestone Index`, the milestone must reference (i.e. one of the `Parents` must contain or reference) another syntactically valid milestone whose _Milestone ID_ matches `Previous Milestone ID`. With respect to that referenced milestone, the following must hold:
- `Index Number` must increment by `1`.
- `Timestamp` must be strictly larger (i.e. at least one second later).
- `Inlcusion Merkle Root` must match the Merkle tree hash of the IDs of all blocks in _White Flag Ordering_ (as described in [TIP-2](../TIP-0002/tip-0002.md#deterministically-ordering-the-tangle)) that are newly referenced. (This always includes at least one valid milestone block with `Previous Milestone ID`.)
- `Inclusion Merkle Root` must match the Merkle tree hash of the IDs of all blocks in _White Flag Ordering_ (as described in [TIP-2](../TIP-0002/tip-0002.md#deterministically-ordering-the-tangle)) that are newly referenced. (This always includes at least one valid milestone block with `Previous Milestone ID`.)
- `Applied Merkle Root` must match the Merkle tree hash of the not-ignored state-mutating transactions that are newly referenced (see [TIP-2](../TIP-0002/tip-0002.md)).
- `Parents` must match the `Parents` field of the encapsulating _Block_, i.e. the _Block_ that contains the _Milestone Payload_.
- `length(Metadata)` must not exceed `Max Metadata Length`.
Expand Down

0 comments on commit bc23bb5

Please sign in to comment.