Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Nov 12, 2024
1 parent 26005be commit 955f2e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions noir-projects/aztec-nr/aztec/src/state_vars/private_set.nr
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ impl<Note, let N: u32> PrivateSet<Note, &mut PublicContext>
where
Note: NoteInterface<N> + NullifiableNote,
{
// TODO: This function is still around because of stale blacklist tokens. It should most likely be nuked. If you
// need this functionality use partial notes instead.
// docs:start:insert_from_public
pub fn insert_from_public(self, note: &mut Note) {
create_note_hash_from_public(self.context, self.storage_slot, note);
Expand Down

0 comments on commit 955f2e0

Please sign in to comment.