Skip to content

Commit 7805ae2

Browse files
committed
Improve comment
1 parent e18554b commit 7805ae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/batcher/src/types/batch_queue.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ pub(crate) fn calculate_batch_size(batch_queue: &BatchQueue) -> Result<usize, Ba
148148

149149
/// Directly extracts a batch from the given queue, modifying the queue in place.
150150
/// This avoids the inefficiency of cloning the queue and then removing entries individually.
151-
/// Uses the same logic as try_build_batch but works directly on the original queue.
151+
// Note: Uses the same logic as the old try_build_batch but works directly on the original queue
152152
pub(crate) fn extract_batch_directly(
153153
batch_queue: &mut BatchQueue,
154154
gas_price: U256,

0 commit comments

Comments
 (0)