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({