Skip to content

Commit

Permalink
updated stale comment
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Sep 17, 2024
1 parent 4ffc89f commit 123b98f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ fn compute_raw_note_log<Note, let N: u32, let NB: u32, let M: u32>(

let contract_address: AztecAddress = context.this_address();

// Number of publicly delivered values is always 0 here because `compute(...)` is only called
// in the non-partial note flow.
// Number of public values is always 0 here because `compute_raw_note_log(...)` is only called in the non-partial
// note flow.
let num_public_values = 0;
let encrypted_log: [u8; M] = compute_encrypted_note_log(
contract_address,
Expand Down

0 comments on commit 123b98f

Please sign in to comment.