Skip to content

Commit

Permalink
Update yarn-project/pxe/src/note_processor/produce_note_dao.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Lasse Herskind <[email protected]>
  • Loading branch information
benesjan and LHerskind authored Jun 17, 2024
1 parent 6da971d commit 5d67914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/pxe/src/note_processor/produce_note_dao.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { OutgoingNoteDao } from '../database/outgoing_note_dao.js';
* @param dataStartIndexForTx - The next available leaf index for the note hash tree for this transaction.
* @param excludedIndices - Indices that have been assigned a note in the same tx. Notes in a tx can have the same l1NotePayload, we need to find a different index for each replicate.
* @param simulator - An instance of AcirSimulator.
* @returns An object containing the incoming note, outgoing note, and deferred notes.
* @returns An object containing the incoming, outgoing, and deferred notes.
*/
export async function produceNoteDaos(
simulator: AcirSimulator,
Expand Down

0 comments on commit 5d67914

Please sign in to comment.