remove `UpdateAccountPk` instruction

This commit is contained in:
Sam Kim 2021-10-15 07:28:08 -04:00 committed by Michael Vines
parent 39e0c19b4b
commit d5196046dd
1 changed files with 0 additions and 4 deletions

View File

@ -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::<UpdateAccountPkData>(input, invoke_context)
}
ProofInstruction::VerifyCloseAccount => {
ic_msg!(invoke_context, "VerifyCloseAccount");
verify::<CloseAccountData>(input, invoke_context)