Zk instructions check length (#24103)
* zk-token-sdk: add a length check before decoding proof instruction * zk-token-sdk: fix minor spelling * zk-token-sdk: one-liner for length check * zk-token-sdk: one-liner fix
This commit is contained in:
@ -56,7 +56,7 @@ pub fn process_instruction(
|
||||
verify::<WithdrawData>(invoke_context)
|
||||
}
|
||||
ProofInstruction::VerifyWithdrawWithheldTokens => {
|
||||
ic_msg!(invoke_context, "VerifyWithdraw");
|
||||
ic_msg!(invoke_context, "VerifyWithdrawWithheldTokens");
|
||||
verify::<WithdrawData>(invoke_context)
|
||||
}
|
||||
ProofInstruction::VerifyTransfer => {
|
||||
|
Reference in New Issue
Block a user