Commit 39fa3ca3 authored by Abhishek Kumar's avatar Abhishek Kumar Committed by GitHub

fix typo in spec (#3678)

* fix typo in spec

* More better words about sequencing windows
Co-authored-by: default avatarnorswap <norswap@gmail.com>
Co-authored-by: default avatarMaurelian <john@optimism.io>
Co-authored-by: default avatarnorswap <norswap@gmail.com>
parent d4791589
...@@ -135,7 +135,8 @@ Optimism's block derivation function is designed such that it: ...@@ -135,7 +135,8 @@ Optimism's block derivation function is designed such that it:
#### Epochs and the Sequencing Window #### Epochs and the Sequencing Window
The rollup chain is subdivided into epochs. There is a 1:1 correspondence between L1 block numbers and epoch numbers. The rollup chain is subdivided into epochs. There is a 1:1 correspondence between L1 block numbers and epoch numbers.
For L1 block number `n`, there is a corresponding rollup epoch `n` which can only be derived a "sequencing windows" has
For L1 block number `n`, there is a corresponding rollup epoch `n` which can only be derived after a *sequencing window* worth of block has
passed, i.e. after L1 block number `n + SEQUENCING_WINDOW_SIZE` is added to the L1 chain. passed, i.e. after L1 block number `n + SEQUENCING_WINDOW_SIZE` is added to the L1 chain.
Each epoch contains at least one block. Every block in the epoch contains an L1 info transaction which contains Each epoch contains at least one block. Every block in the epoch contains an L1 info transaction which contains
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment