@ -611,6 +611,10 @@ UniversalDApp.prototype.runTx = function (data, args, cb) {
tx.gas = resp;
self.web3.eth.sendTransaction(tx, function (err, resp) {
if (err) {
return cb(err, resp);
}
tryTillResponse(self.web3, resp, cb);
});