Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 3908688

Browse files
committed
comment
1 parent 2a1316f commit 3908688

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

token/program-2022/src/proof.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,11 @@ pub fn verify_and_extract_context<'a, T: Pod + ZkProofData<U>, U: Pod>(
134134
}
135135
}
136136

137-
/// todo
137+
/// Processes a proof location for instruction creation. Adds relevant accounts
138+
/// to supplied account vector
139+
///
140+
/// If the proof location is an instruction offset the corresponding proof
141+
/// instruction is created and added to the `proof_instructions` vector.
138142
pub fn process_proof_location<T, U>(
139143
accounts: &mut Vec<AccountMeta>,
140144
expected_instruction_offset: &mut i8,

0 commit comments

Comments
 (0)