pull/7/head
yann300 7 years ago
parent 86dd972e17
commit 0766626698
  1. 1
      remix-lib/src/execution/txRunner.js

@ -191,7 +191,6 @@ function tryTillResponse (txhash, done) {
})
}
function run (self, tx, stamp, confirmationCb, gasEstimationForceSend, promptCb, callback) {
if (!self.runAsync && Object.keys(self.pendingTxs).length) {
self.queusTxs.push({ tx, stamp, callback })

Loading…
Cancel
Save