Skip to content

Commit

Permalink
Update specs/derivation.md
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Gutow <[email protected]>
  • Loading branch information
WorldDogs and trianglesphere authored Jun 2, 2023
1 parent d8fa020 commit 3e9d64e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/derivation.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ To derive the L2 blocks in an epoch `E`, we need the following inputs:
is the sequencing window size (note that this means that epochs are overlapping). In particular, we need:
- The [batcher transactions][g-batcher-transaction] included in the sequencing window. These allow us to
reconstruct [sequencer batches][g-sequencer-batch] containing the transactions to include in L2 blocks (each batch
maps to multiple L2 blocks).
contains a list of L2 blocks).
- Note that it is impossible to have a batcher transaction containing a batch relative to epoch `E` on L1 block
`E`, as the batch must contain the hash of L1 block `E`.
- The [deposits][g-deposits] made in L1 block `E` (in the form of events emitted by the [deposit
Expand Down

0 comments on commit 3e9d64e

Please sign in to comment.