diff --git a/zk-token-sdk/src/zk_token_proof_instruction.rs b/zk-token-sdk/src/zk_token_proof_instruction.rs index 87d1845f2740f4..34e81cae085624 100644 --- a/zk-token-sdk/src/zk_token_proof_instruction.rs +++ b/zk-token-sdk/src/zk_token_proof_instruction.rs @@ -322,8 +322,9 @@ pub enum ProofInstruction { /// * Otherwise /// None /// - /// Data expected by this instruction: - /// `GroupedCiphertextValidityProofContext` + /// The instruction expects either: + /// i. `GroupedCiphertext3HandlesValidityProofData` if proof is provided as instruction data + /// ii. `u32` byte offset if proof is provided as an account /// VerifyGroupedCiphertext3HandlesValidity, @@ -343,8 +344,9 @@ pub enum ProofInstruction { /// * Otherwise /// None /// - /// Data expected by this instruction: - /// `BatchedGroupedCiphertextValidityProofContext` + /// The instruction expects either: + /// i. `BatchedGroupedCiphertext3HandlesValidityProofData` if proof is provided as instruction data + /// ii. `u32` byte offset if proof is provided as an account /// VerifyBatchedGroupedCiphertext3HandlesValidity, }