Commit 531944de authored by Iuri Matias's avatar Iuri Matias

use receipt.logs

parent c8a2a20f
......@@ -38,7 +38,7 @@ Transactions.prototype.eth_getTransactionReceipt = function (payload, cb) {
'gasUsed': '0x06345f',
'cumulativeGasUsed': '0x06345f',
'contractAddress': receipt.contractAddress,
'logs': [],
'logs': receipt.logs,
'status': 1
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment