From 704b1345d8ce918b43c5261abc6bd181d1ac8000 Mon Sep 17 00:00:00 2001 From: Hardhat Chad <155858888+HardhatChad@users.noreply.github.com> Date: Fri, 8 Mar 2024 09:28:43 -0600 Subject: [PATCH] Update update_admin.rs --- src/processor/update_admin.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/processor/update_admin.rs b/src/processor/update_admin.rs index 4e0c406..499aa9c 100644 --- a/src/processor/update_admin.rs +++ b/src/processor/update_admin.rs @@ -13,7 +13,7 @@ use crate::{instruction::UpdateAdminArgs, loaders::*, state::Treasury, utils::Ac /// - Can only succeed if the provided treasury is valid. /// /// Discussion: -/// - The admin authority only has one lever of power: the ability to adjust the global +/// - The admin authority has one lever of power: the ability to adjust the global /// mining difficulty. If the difficulty is too easy, miners will find hashes very quickly /// and the bottleneck for throughput shifts from local compute to Solana bandwidth. In essence, /// if the Ore token has value and difficulty is low, mining becomes an incentivized stress