diff --git a/programs/zk-token-proof/src/lib.rs b/programs/zk-token-proof/src/lib.rs index 866baf7d9d..4cf0307561 100644 --- a/programs/zk-token-proof/src/lib.rs +++ b/programs/zk-token-proof/src/lib.rs @@ -43,10 +43,6 @@ pub fn process_instruction( match ProofInstruction::decode_type(program_id, input) .ok_or(InstructionError::InvalidInstructionData)? { - ProofInstruction::VerifyUpdateAccountPk => { - ic_msg!(invoke_context, "VerifyUpdateAccountPk"); - verify::(input, invoke_context) - } ProofInstruction::VerifyCloseAccount => { ic_msg!(invoke_context, "VerifyCloseAccount"); verify::(input, invoke_context)