diff --git a/noir-projects/aztec-nr/aztec/src/keys/getters.nr b/noir-projects/aztec-nr/aztec/src/keys/getters.nr index 2e3682195e6f..ed0fb23d58b9 100644 --- a/noir-projects/aztec-nr/aztec/src/keys/getters.nr +++ b/noir-projects/aztec-nr/aztec/src/keys/getters.nr @@ -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;