Skip to content

Commit

Permalink
Inline max block length
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGackstatter committed Dec 21, 2023
1 parent 645e78b commit 3f16870
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tips/TIP-0046/tip-0046.md
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ The Tangle can only contain syntactically valid blocks. Invalid blocks must be r
syntactically valid if all of the following conditions hold:

- The block adheres to its schema with the rules defined in [TIP-21](../TIP-0021/tip-0021.md).
- The total length of the serialized block must not exceed `Max Block Length`.
- The total length of the serialized block must not exceed `32768`.
- It must hold true that 1 ≤ `Strong Parents Count` ≤ 8.
- It must hold true that 0 ≤ `Weak Parents Count` ≤ 8.
- It must hold true that 0 ≤ `Shallow Like Parents Count` ≤ 8.
Expand Down Expand Up @@ -638,7 +638,7 @@ The Tangle can only contain syntactically valid blocks. Invalid blocks must be r
Block_ is syntactically valid if all of the following conditions hold:

- The block adheres to its schema with the rules defined in [TIP-21](../TIP-0021/tip-0021.md).
- The total length of the serialized block must not exceed `Max Block Length`.
- The total length of the serialized block must not exceed `32768`.
- It must hold true that 1 ≤ `Strong Parents Count` ≤ 50.
- It must hold true that 0 ≤ `Weak Parents Count` ≤ 50.
- It must hold true that 0 ≤ `Shallow Like Parents Count` ≤ 50.
Expand Down

0 comments on commit 3f16870

Please sign in to comment.