Skip to content

Commit

Permalink
Update noir-projects/noir-contracts/contracts/key_registry_contract/s…
Browse files Browse the repository at this point in the history
…rc/main.nr

Co-authored-by: esau <[email protected]>
  • Loading branch information
benesjan and sklppy88 authored May 6, 2024
1 parent 61ae9f8 commit f52c285
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ contract KeyRegistry {
#[aztec(storage)]
struct Storage {
// The following stores a hash of individual master public keys
// If you change slots of vars bellow, you must update the slots in `SharedMutablePrivateGetter` in aztec-nr keys.
// If you change slots of vars below, you must update the slots in `SharedMutablePrivateGetter` in aztec-nr/keys.
// We store x and y coordinates in individual shared mutables as shared mutable currently supports only 1 field
npk_m_x_registry: Map<AztecAddress, SharedMutable<Field, KEY_ROTATION_DELAY>>,
npk_m_y_registry: Map<AztecAddress, SharedMutable<Field, KEY_ROTATION_DELAY>>,
Expand Down

0 comments on commit f52c285

Please sign in to comment.