Commit 07666266 authored by yann300's avatar yann300

standard

parent 86dd972e
...@@ -191,7 +191,6 @@ function tryTillResponse (txhash, done) { ...@@ -191,7 +191,6 @@ function tryTillResponse (txhash, done) {
}) })
} }
function run (self, tx, stamp, confirmationCb, gasEstimationForceSend, promptCb, callback) { function run (self, tx, stamp, confirmationCb, gasEstimationForceSend, promptCb, callback) {
if (!self.runAsync && Object.keys(self.pendingTxs).length) { if (!self.runAsync && Object.keys(self.pendingTxs).length) {
self.queusTxs.push({ tx, stamp, callback }) self.queusTxs.push({ tx, stamp, callback })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment