|
|
@ -122,6 +122,7 @@ web3VmProvider.prototype.txProcessed = function (self, data) { |
|
|
|
} |
|
|
|
} |
|
|
|
self.txsReceipt[self.processingHash].logs = logs |
|
|
|
self.txsReceipt[self.processingHash].logs = logs |
|
|
|
self.txsReceipt[self.processingHash].transactionHash = self.processingHash |
|
|
|
self.txsReceipt[self.processingHash].transactionHash = self.processingHash |
|
|
|
|
|
|
|
self.txsReceipt[self.processingHash].status = '0x' + data.vm.exception.toString(16) |
|
|
|
|
|
|
|
|
|
|
|
if (data.createdAddress) { |
|
|
|
if (data.createdAddress) { |
|
|
|
var address = util.hexConvert(data.createdAddress) |
|
|
|
var address = util.hexConvert(data.createdAddress) |
|
|
|