Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jon C <[email protected]>
  • Loading branch information
samkim-crypto and joncinque committed Apr 21, 2024
1 parent 1b45fa2 commit cb0ec45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions programs/zk-token-proof/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ declare_process_instruction!(Entrypoint, 0, |invoke_context| {
invoke_context
.consume_checked(VERIFY_GROUPED_CIPHERTEXT_3_HANDLES_VALIDITY_COMPUTE_UNITS)
.map_err(|_| InstructionError::ComputationalBudgetExceeded)?;
ic_msg!(invoke_context, "VerifyGroupedCiphertext2HandlesValidity");
ic_msg!(invoke_context, "VerifyGroupedCiphertext3HandlesValidity");
process_verify_proof::<
GroupedCiphertext3HandlesValidityProofData,
GroupedCiphertext3HandlesValidityProofContext,
Expand All @@ -358,7 +358,7 @@ declare_process_instruction!(Entrypoint, 0, |invoke_context| {
.map_err(|_| InstructionError::ComputationalBudgetExceeded)?;
ic_msg!(
invoke_context,
"VerifyBatchedGroupedCiphertext2HandlesValidity"
"VerifyBatchedGroupedCiphertext3HandlesValidity"
);
process_verify_proof::<
BatchedGroupedCiphertext3HandlesValidityProofData,
Expand Down

0 comments on commit cb0ec45

Please sign in to comment.