Skip to content

Commit adffc81

Browse files
committed
chore: add comment in test
1 parent 9f706ef commit adffc81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

batcher/aligned-batcher/src/types/batch_queue.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -622,6 +622,7 @@ mod test {
622622

623623
let gas_price = U256::from(1);
624624

625+
// The max batch len is 2, so the algorithm should stop at the second entry.
625626
let max_batch_len = 2;
626627

627628
let (resulting_batch_queue, finalized_batch) =

0 commit comments

Comments
 (0)