From fa65b50b9af3067c481042f607f06985e301cd6b Mon Sep 17 00:00:00 2001 From: apfitzge Date: Wed, 26 Oct 2022 23:30:45 -0500 Subject: [PATCH] fix typo: prioritizatino -> prioritization (#28615) --- bench-tps/src/bench.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench-tps/src/bench.rs b/bench-tps/src/bench.rs index 02cd1ddb4..c067f640f 100644 --- a/bench-tps/src/bench.rs +++ b/bench-tps/src/bench.rs @@ -47,7 +47,7 @@ const MAX_TX_QUEUE_AGE: u64 = (MAX_PROCESSING_AGE as f64 * DEFAULT_S_PER_SLOT) a // max additional cost is `TRANSFER_TRANSACTION_COMPUTE_UNIT * MAX_COMPUTE_UNIT_PRICE / 1_000_000` const MAX_COMPUTE_UNIT_PRICE: u64 = 50; const TRANSFER_TRANSACTION_COMPUTE_UNIT: u32 = 200; -/// calculate maximum possible prioritizatino fee, if `use-randomized-compute-unit-price` is +/// calculate maximum possible prioritization fee, if `use-randomized-compute-unit-price` is /// enabled, round to nearest lamports. pub fn max_lamports_for_prioritization(use_randomized_compute_unit_price: bool) -> u64 { if use_randomized_compute_unit_price {