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 24, 2024
1 parent 3c874f5 commit 943fe72
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 943fe72

Please sign in to comment.