Commit fb490734 authored by chriseth's avatar chriseth Committed by GitHub

Merge pull request #302 from ethereum/fix-runtx

Pass useCall in runTx to rawRunTx
parents 3a7a3144 7cf3b735
......@@ -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([
......
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