Skip to content

Commit

Permalink
Populate any missing log.removed with false (#3959).
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Apr 19, 2023
1 parent 0802b70 commit 4e478e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src.ts/providers/format.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const _formatLog = object({
blockNumber: getNumber,
data: formatData,
index: getNumber,
removed: formatBoolean,
removed: allowNull(formatBoolean, false),
topics: arrayOf(formatHash),
transactionHash: formatHash,
transactionIndex: getNumber,
Expand Down

0 comments on commit 4e478e6

Please sign in to comment.