Skip to content

Commit 4e478e6

Browse files
committedApr 19, 2023
Populate any missing log.removed with false (#3959).
1 parent 0802b70 commit 4e478e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src.ts/providers/format.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ const _formatLog = object({
9595
blockNumber: getNumber,
9696
data: formatData,
9797
index: getNumber,
98-
removed: formatBoolean,
98+
removed: allowNull(formatBoolean, false),
9999
topics: arrayOf(formatHash),
100100
transactionHash: formatHash,
101101
transactionIndex: getNumber,

0 commit comments

Comments
 (0)
Please sign in to comment.