Skip to content

Commit ef2b683

Browse files
committed
docs: correct block-merge propagation comment (A-1374)
1 parent 0822169 commit ef2b683

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

noir-projects/noir-protocol-circuits/crates/rollup-lib/src/block_merge/block_merge_rollup.nr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ pub struct BlockMergeRollupPrivateInputs {
4141
/// - Merges the state references (left's start with right's end)
4242
/// - Merges the sponge blobs (left's start with right's end)
4343
/// - Accumulates the block_headers_hash, out_hash, fees, and mana used
44-
/// - Propagates the in_hash from the left rollup (which must be a first block)
44+
/// - Propagates `is_first_block` from the left rollup and threads the message sponge (left's start, right's end)
4545
///
4646
/// The output feeds into another Block Merge circuit to continue building the tree,
4747
/// or into a Checkpoint Root circuit once all blocks in the checkpoint are combined.

0 commit comments

Comments
 (0)