Skip to content

Commit

Permalink
Update specs/granite/header_accumulator.md
Browse files Browse the repository at this point in the history
Co-authored-by: Adrian Sutton <[email protected]>
  • Loading branch information
clabby and ajsutton committed Jun 26, 2024
1 parent 31aecf0 commit 404bf07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/granite/header_accumulator.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ After Granite activation, every time `block.number % HEADER_BATCH_SIZE == 0`, th
and continue to the next step.
- If the current block is not the first header accumulation block, and the block header at
`block.number - HEADER_BATCH_TREE_DEPTH` does not contain a valid header accumulator `extraData` field,
block execution should _always_ fail immediately.
block execution _must_ fail immediately.
- If the current block is not the first header accumulation block, and the block header at
`block.number - HEADER_BATCH_TREE_DEPTH` does contain a valid header accumulator `extraData` field, continue to
the next step.
Expand Down

0 comments on commit 404bf07

Please sign in to comment.