Commit febd3d81 authored by Joshua Gutow's avatar Joshua Gutow

Fix lint

parent 77aaf2e9
...@@ -94,9 +94,9 @@ ...@@ -94,9 +94,9 @@
> **Note** the following assumes a single sequencer and batcher. In the future, the design will be adapted to > **Note** the following assumes a single sequencer and batcher. In the future, the design will be adapted to
> accommodate multiple such entities. > accommodate multiple such entities.
[L2 chain derivation][g-derivation] — deriving L2 [blocks][g-block] from L1 data — is one of the main responsibilities of [L2 chain derivation][g-derivation] — deriving L2 [blocks][g-block] from L1 data — is one of the main responsibilities
the [rollup node][g-rollup-node], both in validator mode, and in sequencer mode (where derivation acts as a sanity check of the [rollup node][g-rollup-node], both in validator mode, and in sequencer mode (where derivation acts as a sanity
on sequencing, and enables detecting L1 chain [re-organizations][g-reorg]). check on sequencing, and enables detecting L1 chain [re-organizations][g-reorg]).
The L2 chain is derived from the L1 chain. In particular, each L1 block following [L2 chain The L2 chain is derived from the L1 chain. In particular, each L1 block following [L2 chain
inception][g-l2-chain-inception] is mapped to a [sequencing epoch][g-sequencing-epoch] comprising inception][g-l2-chain-inception] is mapped to a [sequencing epoch][g-sequencing-epoch] comprising
......
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