From 97695abd110f6792aaed27a5507f2a3d6e11c2c1 Mon Sep 17 00:00:00 2001 From: LHerskind Date: Thu, 15 Feb 2024 14:41:56 +0000 Subject: [PATCH] chore: address comments --- yellow-paper/docs/rollup-circuits/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yellow-paper/docs/rollup-circuits/index.md b/yellow-paper/docs/rollup-circuits/index.md index 9246ad63f12..0939df4486b 100644 --- a/yellow-paper/docs/rollup-circuits/index.md +++ b/yellow-paper/docs/rollup-circuits/index.md @@ -26,7 +26,7 @@ And for the message compression we have: - The `compress` circuit - Merges `N` `compress` or `compress_leaf` proofs - The `compress_leaf` circuit - - Merges `N` messages + - Merges `N` l1 to l2 messages in a subtree In the diagram the sizes of the trees are limited for show. In reality larger trees would have more layers between the leafs and the root.