From 733ddf438cb7bddb3ba63bd5574f90a93091763c Mon Sep 17 00:00:00 2001 From: Milton Jonathan Date: Mon, 8 Jul 2024 18:46:04 -0300 Subject: [PATCH] Fix SWS typo in glossary.md Was stating that the default Sequencer Window Size was measured in "epochs" instead of blocks --- specs/glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/glossary.md b/specs/glossary.md index 3595936d9..8d1fded39 100644 --- a/specs/glossary.md +++ b/specs/glossary.md @@ -233,7 +233,7 @@ A sequencing window is a range of L1 blocks from which a [sequencing epoch][sequ A sequencing window whose first L1 block has number `N` contains [batcher transactions][batcher-transaction] for epoch `N`. The window contains blocks `[N, N + SWS)` where `SWS` is the sequencer window size. -The current default `sws` is 3600 epochs. +The current default `sws` is 3600 blocks. Additionally, the first block in the window defines the [depositing transactions][depositing-tx] which determine the [deposits] to be included in the first L2 block of the epoch.