Skip to content

Commit

Permalink
chore: redo typo PR by dockercui (#5930)
Browse files Browse the repository at this point in the history
Thanks dockercui for
#5913. Our policy is
to redo typo changes to dissuade metric farming. This is an automated
script.

---------

Co-authored-by: AztecBot <[email protected]>
  • Loading branch information
ludamad and AztecBot authored Apr 22, 2024
1 parent d28b1cb commit b23e42f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ contract Auth {
assert(!admin.is_zero(), "invalid admin");
storage.admin.initialize(admin);
// Note that we don't initialize authorized with any value: because storage defaults to 0 it'll have a 'post'
// value of 0 and block of change 0, meaning it is effectively autoinitialized at the zero adddress.
// value of 0 and block of change 0, meaning it is effectively autoinitialized at the zero address.
}

#[aztec(public)]
Expand Down
2 changes: 1 addition & 1 deletion noir/noir-repo/tooling/nargo/src/ops/execute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ impl<'a, B: BlackBoxFunctionSolver, F: ForeignCallExecutor> ProgramExecutor<'a,
return Err(NargoError::ExecutionError(match call_stack {
Some(call_stack) => {
// First check whether we have a runtime assertion message that should be resolved on an ACVM failure
// If we do not have a runtime assertion message, we check wether the error is a brillig error with a user-defined message,
// If we do not have a runtime assertion message, we check whether the error is a brillig error with a user-defined message,
// and finally we should check whether the circuit has any hardcoded messages associated with a specific `OpcodeLocation`.
// Otherwise return the provided opcode resolution error.
if let Some(assert_message) = assert_message {
Expand Down

0 comments on commit b23e42f

Please sign in to comment.