Skip to content

Commit

Permalink
Okay
Browse files Browse the repository at this point in the history
  • Loading branch information
sklppy88 committed May 1, 2024
1 parent a85f513 commit 94db9f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ contract Test {
fn test_shared_mutable_private_getter<T>(
contract_address_to_read: AztecAddress,
storage_slot_of_shared_mutable: Field
) where T: FromField, T: ToField {
) -> Field where T: FromField, T: ToField {
// It's a bit wonky because we need to know the delay for get_current_value_in_private to work correctly
let test: SharedMutablePrivateGetter<T, 5> = SharedMutablePrivateGetter::new(
context,
Expand Down

0 comments on commit 94db9f5

Please sign in to comment.