From 7cf3b735c7e88e3142627e42c0eff12459f03373 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Sat, 5 Nov 2016 10:04:59 +0000 Subject: [PATCH] Pass useCall in runTx to rawRunTx --- src/universal-dapp.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/universal-dapp.js b/src/universal-dapp.js index 2a08cff7e9..9b7185e020 100644 --- a/src/universal-dapp.js +++ b/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([