From 2bd48db6e147899e13b7663ef91e20bb31b93c72 Mon Sep 17 00:00:00 2001 From: Nelson Taveras <4562733+nvtaveras@users.noreply.github.com> Date: Fri, 26 Jul 2024 15:49:55 -0400 Subject: [PATCH] chore: separate comment in two lines --- src/parse-transaction-receipts.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/parse-transaction-receipts.ts b/src/parse-transaction-receipts.ts index 695db4b..42c7151 100644 --- a/src/parse-transaction-receipts.ts +++ b/src/parse-transaction-receipts.ts @@ -55,7 +55,8 @@ export default function parseTransactionReceipts( switch (eventType) { case EventType.Unknown: - // It can happen that a single transaction fired multiple events, some of which we are not interested in + // It can happen that a single transaction fires multiple events, + // some of which we are not interested in continue; case EventType.ProposalCreated: { const event = decodeEventLog({