From 5f0b392e0f8be0a918c58e3e0758e6b5b17232b8 Mon Sep 17 00:00:00 2001 From: Hardhat Chad <155858888+HardhatChad@users.noreply.github.com> Date: Fri, 8 Mar 2024 08:59:45 -0600 Subject: [PATCH] Update update_difficulty.rs --- src/processor/update_difficulty.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/processor/update_difficulty.rs b/src/processor/update_difficulty.rs index efac504..b05eb66 100644 --- a/src/processor/update_difficulty.rs +++ b/src/processor/update_difficulty.rs @@ -21,7 +21,7 @@ use crate::{ /// - The strict limits on bus reward counters guarantee inflation can never exceed 2 ORE / min, /// but it is the responsibility of the admin to adjust mining difficulty if needed to maintain /// the 1 ORE / min target average. -/// - It is worth noting that Solana processes well below 1 million real TPS or +/// - It is worth noting that Solana today processes well below 1 million real TPS or /// (60 * 1,000,000) = 60,000,000 transactions per minute. Even if ever transaction on Solana /// were a mine operation, this would still be two orders of magnitude below the boundary /// condition where Ore inflation targets would be challenged. So in practice, Solana is likely