We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ec8f9c commit ce7718cCopy full SHA for ce7718c
providers/provider.js
@@ -296,7 +296,7 @@ var formatTransactionReceipt = {
296
transactionIndex: checkNumber,
297
root: allowNull(checkHash),
298
gasUsed: utils.bigNumberify,
299
- logsBloom: utils.hexlify,
+ logsBloom: allowNull(utils.hexlify),
300
blockHash: checkHash,
301
transactionHash: checkHash,
302
logs: arrayOf(checkTransactionReceiptLog),
0 commit comments