From b9d7d9c9d996c8e02b9d736f84d653d9f10d21ea Mon Sep 17 00:00:00 2001 From: Hardhat Chad Date: Mon, 8 Jul 2024 15:56:39 +0000 Subject: [PATCH] comment --- program/src/mine.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/src/mine.rs b/program/src/mine.rs index e1229a6..8ef0347 100644 --- a/program/src/mine.rs +++ b/program/src/mine.rs @@ -39,7 +39,7 @@ use crate::utils::AccountDeserialize; /// - Can only succeed if mining is not paused. /// - Can only succeed if the last reset was less than 60 seconds ago. /// - Can only succeed if the provided hash satisfies the minimum difficulty requirement. -/// - The the provided proof account must be associated with the signer. +/// - The provided proof account must be associated with the signer. /// - The provided bus, config, noise, stake, and slot hash sysvar must be valid. pub fn process_mine<'a, 'info>( _program_id: &Pubkey,