diff --git a/src/universal-dapp.js b/src/universal-dapp.js index 478be5a23c..44422bd59f 100644 --- a/src/universal-dapp.js +++ b/src/universal-dapp.js @@ -657,6 +657,7 @@ UniversalDApp.prototype.runTx = function (data, args, cb) { value: value }; if (constant && !isConstructor) { + tx.gas = gasLimit; self.web3.eth.call(tx, cb); } else { self.web3.eth.estimateGas(tx, function (err, resp) {