Skip to content

Commit 0b48393

Browse files
author
colinlyguo
committed
tweaks
1 parent ef3d783 commit 0b48393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup/internal/controller/relayer/l2_relayer_sanity.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ func assembleBlocksFromPayload(payload encoding.DABlobPayload, l1MessagesWithBlo
472472
GasLimit: daBlocks[i].GasLimit(),
473473
},
474474
}
475-
// Ensure per-block ordering: [L1 messages][L2 transactions]. Prepend L1s (if any), then append L2 txs.
475+
// Ensure per-block ordering: [L1 messages][L2 transactions]. Prepend L1 messages (if any), then append L2 transactions.
476476
if l1Messages, ok := l1MessagesWithBlockNumbers[daBlocks[i].Number()]; ok {
477477
blocks[i].Transactions = l1Messages
478478
}

0 commit comments

Comments
 (0)