Pass useCall in runTx to rawRunTx

pull/1/head
Alex Beregszaszi 8 years ago
parent 3a7a31442e
commit 7cf3b735c7
  1. 3
      src/universal-dapp.js

@ -682,7 +682,8 @@ UniversalDApp.prototype.runTx = function (args, cb) {
var self = this
var tx = {
to: args.to,
data: args.data
data: args.data,
useCall: args.useCall
}
async.waterfall([

Loading…
Cancel
Save