There was an error while loading. Please reload this page.
1 parent 41cdcff commit 6a46ccbCopy full SHA for 6a46ccb
1 file changed
zk/nullifier/programs/nullifier/src/lib.rs
@@ -75,7 +75,7 @@ pub mod nullifier_creation {
75
/// Creates nullifier accounts for the given nullifier values.
76
///
77
/// # Arguments
78
- /// * `nullifiers` - Slice of nullifier values to create accounts for
+ /// * `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
81
pub fn create_nullifiers<'info>(
0 commit comments