We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a46ccb commit 8e1920fCopy full SHA for 8e1920f
zk/nullifier/programs/nullifier/src/lib.rs
@@ -77,7 +77,7 @@ pub mod nullifier_creation {
77
/// # Arguments
78
/// * `nullifiers` - Slice of nullifier values to create compressed pdas for
79
/// * `data` - Instruction data with proof and tree info
80
- /// * `remaining_accounts` - Remaining accounts from the instruction context
+ /// * `remaining_accounts` - Remaining accounts must contain zk compression system program accounts and Merkle trees.
81
pub fn create_nullifiers<'info>(
82
nullifiers: &[[u8; 32]],
83
data: NullifierInstructionData,
0 commit comments