Skip to content

Commit

Permalink
linking issue #7515
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Jul 25, 2024
1 parent 53c98d0 commit d1a3fa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 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 @@ -20,6 +20,7 @@ impl<T, Context> Storage<T> for PrivateSet<T, Context> {}
impl<Note, Context> PrivateSet<Note, Context> {
// docs:start:new
pub fn new(context: Context, storage_slot: Point) -> Self {
// TODO(#7515): Consider checking that storage_slot is a valid slot on curve
PrivateSet { context, storage_slot }
}
// docs:end:new
Expand Down

0 comments on commit d1a3fa5

Please sign in to comment.