diff --git a/src/universal-dapp.js b/src/universal-dapp.js index 54a27e341a..03040ec4bd 100644 --- a/src/universal-dapp.js +++ b/src/universal-dapp.js @@ -645,6 +645,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) {