From 32173ac81e051c2878461b4fc4b53cb03b322158 Mon Sep 17 00:00:00 2001 From: Voronor <129545215+voronor@users.noreply.github.com> Date: Sun, 26 Jan 2025 12:09:02 +0100 Subject: [PATCH] docs: Fix incorrect verb form in Block manager section Update stack.md --- learn/stack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/learn/stack.md b/learn/stack.md index d04f14fb8..e9d34affb 100644 --- a/learn/stack.md +++ b/learn/stack.md @@ -62,7 +62,7 @@ The [mempool](https://github.com/rollkit/rollkit/tree/main/mempool) is inspired ### Block manager -The [block manager](https://github.com/rollkit/rollkit/tree/main/block) contains routines `AggregationLoop`, `RetrieveLoop`, and `SyncLoop` that communicate through Go channels. These Go routines are ran when a Rollkit node starts up (`OnStart`). Only the sequencer nodes run `AggregationLoop` which controls the frequency of block production for a rollup with a timer as per the `BlockTime` in `BlockManager`. +The [block manager](https://github.com/rollkit/rollkit/tree/main/block) contains routines `AggregationLoop`, `RetrieveLoop`, and `SyncLoop` that communicate through Go channels. These Go routines are run when a Rollkit node starts up (`OnStart`). Only the sequencer nodes run `AggregationLoop` which controls the frequency of block production for a rollup with a timer as per the `BlockTime` in `BlockManager`. All nodes run `SyncLoop` which looks for the following operations: