Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Jan 13, 2025
1 parent 44867f6 commit ad05ac9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions noir-projects/aztec-nr/aztec/src/context/private_context.nr
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,6 @@ impl PrivateContext {
/// Safety: Kernels verify that the key validation request is valid and below we verify that a request
/// for the correct public key has been received.
let request = unsafe { get_key_validation_request(pk_m_hash, key_index) };
assert(request.pk_m.hash() == pk_m_hash);

assert_eq(request.pk_m.hash(), pk_m_hash, "Obtained invalid key validation request");

self.key_validation_requests_and_generators.push(
Expand Down

0 comments on commit ad05ac9

Please sign in to comment.