Skip to content

Commit

Permalink
comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Dec 16, 2024
1 parent 64e72c5 commit 148e6de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/pxe/src/simulator_oracle/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ export class SimulatorOracle implements DBOracle {
// The logs for the given tag exist so we store them for later processing
logsForRecipient.push(...logsByTag);

// We the indexed tagging secret corresponding to the log as I need that to evaluate whether
// We retrieve the indexed tagging secret corresponding to the log as I need that to evaluate whether
// a new largest index have been found.
const secretCorrespondingToLog = secretsForTheWholeWindow[logIndex];
const initialIndex = initialIndexesMap[secretCorrespondingToLog.appTaggingSecret.toString()];
Expand Down

0 comments on commit 148e6de

Please sign in to comment.