Skip to content

Commit

Permalink
Pass useCall in runTx to rawRunTx
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Nov 5, 2016
1 parent 3a7a314 commit 7cf3b73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/universal-dapp.js
Original file line number Diff line number Diff line change
Expand Up @@ -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([
Expand Down

0 comments on commit 7cf3b73

Please sign in to comment.