From f73073f0f373bb15ad214e30f3a71e521877b7b5 Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 11 Jul 2024 17:45:55 -0700 Subject: [PATCH] update api --- api/src/instruction.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/api/src/instruction.rs b/api/src/instruction.rs index e2b9f49..a1d6fde 100644 --- a/api/src/instruction.rs +++ b/api/src/instruction.rs @@ -197,7 +197,6 @@ pub fn claim(signer: Pubkey, beneficiary: Pubkey, amount: u64) -> Instruction { accounts: vec![ AccountMeta::new(signer, true), AccountMeta::new(beneficiary, false), - AccountMeta::new(MINT_ADDRESS, false), AccountMeta::new(proof, false), AccountMeta::new_readonly(TREASURY_ADDRESS, false), AccountMeta::new(treasury_tokens, false),