Skip to content

Commit 8ea51db

Browse files
committed
docs(fast-inbox): clarify up-front message insertion is test-only (A-1388)
1 parent 1814b33 commit 8ea51db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

yarn-project/sequencer-client/src/sequencer/checkpoint_proposal_job.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1167,7 +1167,7 @@ export class CheckpointProposalJob implements Traceable {
11671167
indexWithinCheckpoint: IndexWithinCheckpoint;
11681168
buildDeadline: Date | undefined;
11691169
txHashesAlreadyIncluded: Set<string>;
1170-
/** Streaming Inbox message bundle to insert into this block's L1-to-L2 tree; undefined in the legacy flow. */
1170+
/** Streaming Inbox message bundle for this block's L1-to-L2 tree; undefined when it consumes nothing. */
11711171
l1ToL2Messages?: Fr[];
11721172
},
11731173
): Promise<

0 commit comments

Comments
 (0)