Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Oct 5, 2023
1 parent b06bc18 commit 74a9d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/types/src/tx/tx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export class Tx {

/**
* Gets unencrypted logs emitted by this tx.
* @param logsSource - An instance of L2LogsSource which can be used to obtain the logs.
* @param logsSource - An instance of `L2LogsSource` which can be used to obtain the logs.
* @returns The requested logs.
*/
public async getUnencryptedLogs(logsSource: L2LogsSource): Promise<ExtendedUnencryptedL2Log[]> {
Expand Down

0 comments on commit 74a9d8f

Please sign in to comment.