We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26005be commit 955f2e0Copy full SHA for 955f2e0
noir-projects/aztec-nr/aztec/src/state_vars/private_set.nr
@@ -41,6 +41,8 @@ impl<Note, let N: u32> PrivateSet<Note, &mut PublicContext>
41
where
42
Note: NoteInterface<N> + NullifiableNote,
43
{
44
+ // TODO: This function is still around because of stale blacklist tokens. It should most likely be nuked. If you
45
+ // need this functionality use partial notes instead.
46
// docs:start:insert_from_public
47
pub fn insert_from_public(self, note: &mut Note) {
48
create_note_hash_from_public(self.context, self.storage_slot, note);
0 commit comments