From cd9f1f186210d5a5112af5762deb581b24b13393 Mon Sep 17 00:00:00 2001 From: apfitzge Date: Fri, 9 Dec 2022 16:22:25 -0600 Subject: [PATCH] Typo/filter_and_forward_with_account_limits (#29183) --- core/src/unprocessed_transaction_storage.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/unprocessed_transaction_storage.rs b/core/src/unprocessed_transaction_storage.rs index 7a4d52261..532fd3da8 100644 --- a/core/src/unprocessed_transaction_storage.rs +++ b/core/src/unprocessed_transaction_storage.rs @@ -585,7 +585,7 @@ impl ThreadLocalUnprocessedPackets { .chunks(batch_size) .into_iter() .flat_map(|packets_to_process| { - // Only prcoess packets not yet forwarded + // Only process packets not yet forwarded let (forwarded_packets, packets_to_forward, is_tracer_packet) = self .prepare_packets_to_forward( packets_to_process,