Update web3VmProvider.js

Retrieve the log from address at the end of a tx execution
pull/3094/head
yann300 7 years ago committed by GitHub
parent 9cc377f36c
commit 0e7bdafba1
  1. 1
      remix-lib/src/web3Provider/web3VmProvider.js

@ -114,6 +114,7 @@ web3VmProvider.prototype.txProcessed = function (self, data) {
topics.push('0x')
}
logs.push({
address: log[0].toString('hex'),
data: log[2].toString('hex'),
topics: topics,
rawVMResponse: log

Loading…
Cancel
Save