Skip to content

Commit

Permalink
stale comment
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Feb 1, 2024
1 parent 4edcc65 commit c4e94da
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions yarn-project/acir-simulator/src/acvm/oracle/typed_oracle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,7 @@ export interface NoteData {

export class MessageLoadOracleInputs<N extends number> {
constructor(
/**
* An collapsed array of fields containing all of the l1 to l2 message components.
* `l1ToL2Message.toFieldArray()` -\> [sender, chainId, recipient, version, content, secretHash, deadline, fee]
*/
/** The message. */
public message: L1ToL2Message,
/** The index of the message commitment in the merkle tree. */
public index: bigint,
Expand Down

0 comments on commit c4e94da

Please sign in to comment.