Commit b56cac14 authored by yann300's avatar yann300

add transaction hash to receipt

parent c79cd133
......@@ -121,6 +121,7 @@ web3VmProvider.prototype.txProcessed = function (self, data) {
})
}
self.txsReceipt[self.processingHash].logs = logs
self.txsReceipt[self.processingHash].transactionHash = self.processingHash
if (data.createdAddress) {
var address = util.hexConvert(data.createdAddress)
......
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