Skip to content

Commit de76d5e

Browse files
authored
docs: Fix incorrect verb form in Block manager section Update stack.md (#541)
1 parent 7f343de commit de76d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn/stack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The [mempool](https://github.com/rollkit/rollkit/tree/main/mempool) is inspired
6262

6363
### Block manager
6464

65-
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`.
65+
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`.
6666

6767
All nodes run `SyncLoop` which looks for the following operations:
6868

0 commit comments

Comments
 (0)