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 authored Apr 22, 2024
1 parent 61a2183 commit fbc34df
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions zk-token-sdk/src/zk_token_proof_instruction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -316,8 +316,9 @@ pub enum ProofInstruction {
/// Accounts expected by this instruction:
///
/// * Creating a proof context account
/// 0. `[writable]` The proof context account
/// 1. `[]` The proof context account owner
/// 0. `[]` (Optional) Account to read the proof from
/// 1. `[writable]` The proof context account
/// 2. `[]` The proof context account owner
///
/// * Otherwise
/// None
Expand All @@ -338,8 +339,9 @@ pub enum ProofInstruction {
/// Accounts expected by this instruction:
///
/// * Creating a proof context account
/// 0. `[writable]` The proof context account
/// 1. `[]` The proof context account owner
/// 0. `[]` (Optional) Account to read the proof from
/// 1. `[writable]` The proof context account
/// 2. `[]` The proof context account owner
///
/// * Otherwise
/// None
Expand Down

0 comments on commit fbc34df

Please sign in to comment.