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,
|
||||
root: allowNull(checkHash),
|
||||
gasUsed: utils.bigNumberify,
|
||||
logsBloom: utils.hexlify,
|
||||
logsBloom: allowNull(utils.hexlify),
|
||||
blockHash: checkHash,
|
||||
transactionHash: checkHash,
|
||||
logs: arrayOf(checkTransactionReceiptLog),
|
||||
|
Loading…
Reference in New Issue
Block a user