Transaction receipts in Ganache do not return logsBloom; making it optional.
This commit is contained in:
parent
1ec8f9cf85
commit
ce7718c87e
@ -296,7 +296,7 @@ var formatTransactionReceipt = {
|
|||||||
transactionIndex: checkNumber,
|
transactionIndex: checkNumber,
|
||||||
root: allowNull(checkHash),
|
root: allowNull(checkHash),
|
||||||
gasUsed: utils.bigNumberify,
|
gasUsed: utils.bigNumberify,
|
||||||
logsBloom: utils.hexlify,
|
logsBloom: allowNull(utils.hexlify),
|
||||||
blockHash: checkHash,
|
blockHash: checkHash,
|
||||||
transactionHash: checkHash,
|
transactionHash: checkHash,
|
||||||
logs: arrayOf(checkTransactionReceiptLog),
|
logs: arrayOf(checkTransactionReceiptLog),
|
||||||
|
Loading…
Reference in New Issue
Block a user