Commit 69fe6f4d authored by Matthew Slipper's avatar Matthew Slipper

fix markdown lint

parent 39fa3ca3
...@@ -136,7 +136,7 @@ Optimism's block derivation function is designed such that it: ...@@ -136,7 +136,7 @@ Optimism's block derivation function is designed such that it:
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 after a *sequencing window* worth of block 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