Commit 7cf3b735 authored by Alex Beregszaszi's avatar Alex Beregszaszi

Pass useCall in runTx to rawRunTx

parent 3a7a3144
...@@ -682,7 +682,8 @@ UniversalDApp.prototype.runTx = function (args, cb) { ...@@ -682,7 +682,8 @@ UniversalDApp.prototype.runTx = function (args, cb) {
var self = this var self = this
var tx = { var tx = {
to: args.to, to: args.to,
data: args.data data: args.data,
useCall: args.useCall
} }
async.waterfall([ async.waterfall([
......
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