Skip to content

Commit

Permalink
chore: separate comment in two lines
Browse files Browse the repository at this point in the history
  • Loading branch information
nvtaveras committed Jul 26, 2024
1 parent ef15165 commit 2bd48db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/parse-transaction-receipts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 2bd48db

Please sign in to comment.