Skip to content

Commit 967688a

Browse files
committed
reverting accidental change
1 parent f7e47ed commit 967688a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noir-projects/aztec-nr/aztec/src/macros/functions/initialization_utils.nr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ pub fn assert_initialization_matches_address_preimage_public(context: PublicCont
5050
}
5151

5252
pub fn assert_initialization_matches_address_preimage_private(context: PrivateContext) {
53-
let address: AztecAddress = context.this_address();
53+
let address = context.this_address();
5454
let instance = get_contract_instance(address);
5555
let expected_init = compute_initialization_hash(context.selector(), context.get_args_hash());
5656
assert(instance.initialization_hash == expected_init, "Initialization hash does not match");

0 commit comments

Comments
 (0)