Skip to content

Commit 8e1920f

Browse files
Update zk/nullifier/programs/nullifier/src/lib.rs
Co-authored-by: ananas-block <58553958+ananas-block@users.noreply.github.com>
1 parent 6a46ccb commit 8e1920f

File tree

1 file changed

+1
-1
lines changed
  • zk/nullifier/programs/nullifier/src

1 file changed

+1
-1
lines changed

zk/nullifier/programs/nullifier/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ pub mod nullifier_creation {
7777
/// # Arguments
7878
/// * `nullifiers` - Slice of nullifier values to create compressed pdas for
7979
/// * `data` - Instruction data with proof and tree info
80-
/// * `remaining_accounts` - Remaining accounts from the instruction context
80+
/// * `remaining_accounts` - Remaining accounts must contain zk compression system program accounts and Merkle trees.
8181
pub fn create_nullifiers<'info>(
8282
nullifiers: &[[u8; 32]],
8383
data: NullifierInstructionData,

0 commit comments

Comments
 (0)