Unverified Commit 046b62a7 authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #779 from ethereum/yann300-patch-7

Retrieve the log from address at the end of a tx execution
parents 5049a5c1 fac20766
...@@ -114,6 +114,7 @@ web3VmProvider.prototype.txProcessed = function (self, data) { ...@@ -114,6 +114,7 @@ web3VmProvider.prototype.txProcessed = function (self, data) {
topics.push('0x') topics.push('0x')
} }
logs.push({ logs.push({
address: log[0].toString('hex'),
data: log[2].toString('hex'), data: log[2].toString('hex'),
topics: topics, topics: topics,
rawVMResponse: log rawVMResponse: log
......
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