Skip to content

Commit

Permalink
Merge pull request #317 from Once-Upon/benguyen0214/ou-2192-fix-anoth…
Browse files Browse the repository at this point in the history
…er-new-error-when-running-highlight

fix: highlight
  • Loading branch information
pcowgill authored Apr 16, 2024
2 parents cca5033 + 6645358 commit bf8b10d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/contextualizers/protocol/highlight/highlight.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,9 @@ export const generate = (transaction: Transaction): Transaction => {
log.data as Hex,
[log.topic0, log.topic1, log.topic2, log.topic3] as EventLogTopics,
);

if (decodedLog && decodedLog.eventName === 'CreatorRewardPayout') break;
decodedLog = null;
}

if (decodedLog) {
Expand Down

0 comments on commit bf8b10d

Please sign in to comment.