Skip to content

Commit

Permalink
Update noir-projects/aztec-nr/aztec/src/keys/getters.nr
Browse files Browse the repository at this point in the history
Co-authored-by: esau <[email protected]>
  • Loading branch information
benesjan and sklppy88 authored May 6, 2024
1 parent d154830 commit 61ae9f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noir-projects/aztec-nr/aztec/src/keys/getters.nr
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use crate::{
};

// Note: In fetch_key_from_registry we expect that shared mutable slow is index * 2 + 1 for x coordinate
// and index * 2 + 2 for y coordinate, if this changes the function will need to be refactored.
// and index * 2 + 2 for the y coordinate. If this changes the function will need to be refactored.
global NULLIFIER_INDEX = 0;
global INCOMING_INDEX = 1;
global OUTGOING_INDEX = 2;
Expand Down

0 comments on commit 61ae9f8

Please sign in to comment.