From 74a9d8faa495882714501f1ff8fd9e30df466a7b Mon Sep 17 00:00:00 2001 From: benesjan Date: Thu, 5 Oct 2023 10:31:17 +0000 Subject: [PATCH] WIP --- yarn-project/types/src/tx/tx.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yarn-project/types/src/tx/tx.ts b/yarn-project/types/src/tx/tx.ts index 6fe4540a8ef4..cd90356b2aa8 100644 --- a/yarn-project/types/src/tx/tx.ts +++ b/yarn-project/types/src/tx/tx.ts @@ -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 {