Skip to content

Commit cdb1eec

Browse files
committed
Update comment
1 parent 13ebbba commit cdb1eec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/l2/sequencer/block_producer/payload_builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ fn calc_modified_accounts_size(
268268
) -> Result<usize, BlockProducerError> {
269269
let mut modified_accounts_size: usize = 2; // 2bytes | modified_accounts_len(u16)
270270

271-
// We use a temporary_context because revm mutates it in `get_state_transitions`
271+
// We use a temporary_context because `get_state_transitions` mutates it.
272272
// TODO: remove when we stop using revm
273273
let mut temporary_context = context.clone();
274274

0 commit comments

Comments
 (0)