Commit 6eddacbe authored by Iuri Matias's avatar Iuri Matias Committed by yann300

comply with linter

parent dbcabbb5
...@@ -113,7 +113,7 @@ TxRunner.prototype.runInVm = function (from, to, data, value, gasLimit, useCall, ...@@ -113,7 +113,7 @@ TxRunner.prototype.runInVm = function (from, to, data, value, gasLimit, useCall,
executionContext.vm().runTx({block: block, tx: tx, skipBalance: true, skipNonce: true}, function (err, result) { executionContext.vm().runTx({block: block, tx: tx, skipBalance: true, skipNonce: true}, function (err, result) {
if (err) { if (err) {
return callback(err); return callback(err)
} }
if (useCall) { if (useCall) {
executionContext.vm().stateManager.revert(function () {}) executionContext.vm().stateManager.revert(function () {})
......
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