Skip to content

Commit 955f2e0

Browse files
committed
WIP
1 parent 26005be commit 955f2e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

noir-projects/aztec-nr/aztec/src/state_vars/private_set.nr

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ impl<Note, let N: u32> PrivateSet<Note, &mut PublicContext>
4141
where
4242
Note: NoteInterface<N> + NullifiableNote,
4343
{
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.
4446
// docs:start:insert_from_public
4547
pub fn insert_from_public(self, note: &mut Note) {
4648
create_note_hash_from_public(self.context, self.storage_slot, note);

0 commit comments

Comments
 (0)