last hash

This commit is contained in:
Hardhat Chad
2024-05-23 03:41:30 +00:00
parent e13a5bd889
commit 465643c2c9
4 changed files with 4 additions and 6 deletions

View File

@@ -54,9 +54,6 @@ pub fn process_claim<'a, 'info>(
.checked_sub(amount)
.ok_or(OreError::ClaimTooLarge)?;
// Update timestamp
proof.last_claim_at = clock.unix_timestamp;
// Distribute tokens from treasury to beneficiary
solana_program::program::invoke_signed(
&spl_token::instruction::transfer(