From 2152f53a7e5b8dc487ebda72598f50f69e7a2611 Mon Sep 17 00:00:00 2001 From: Hardhat Chad <155858888+HardhatChad@users.noreply.github.com> Date: Tue, 2 Apr 2024 09:44:24 -0500 Subject: [PATCH] comment --- src/processor/claim.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/processor/claim.rs b/src/processor/claim.rs index 616a393..849297a 100644 --- a/src/processor/claim.rs +++ b/src/processor/claim.rs @@ -20,7 +20,7 @@ use crate::{ /// Safety requirements: /// - Claim is a permissionless instruction and can be called by any miner. /// - Can only succeed if the claimed amount is less than or equal to the miner's claimable rewards. -/// - The provided beneficiary token account, mint, treasury, treasury token account, and token program must be valid. +/// - The provided beneficiary token account, treasury, treasury token account, and token program must be valid. pub fn process_claim<'a, 'info>( _program_id: &Pubkey, accounts: &'a [AccountInfo<'info>],