Skip to content

Commit

Permalink
Update noir-projects/aztec-nr/aztec/src/state_vars/shared_mutable.nr
Browse files Browse the repository at this point in the history
Co-authored-by: Nicolás Venturo <[email protected]>
  • Loading branch information
benesjan and nventuro authored Feb 6, 2025
1 parent 98c0571 commit 8d1b517
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pub struct SharedMutable<T, let INITIAL_DELAY: u32, Context> {
storage_slot: Field,
}

// This will make the Aztec macros require that T implements the Packable<N> and Eq traits, and allocate `N` storage
// This will make the Aztec macros require that T implements the Packable and Eq traits, and allocate `N` storage
// slots to this state variable.
impl<T, let INITIAL_DELAY: u32, Context, let N: u32> Storage<N> for SharedMutable<T, INITIAL_DELAY, Context>
where
Expand Down

0 comments on commit 8d1b517

Please sign in to comment.