From 0766626698771303c6d20e7d1dea763f08fceac2 Mon Sep 17 00:00:00 2001 From: yann300 Date: Wed, 28 Mar 2018 12:46:25 +0200 Subject: [PATCH] standard --- remix-lib/src/execution/txRunner.js | 1 - 1 file changed, 1 deletion(-) diff --git a/remix-lib/src/execution/txRunner.js b/remix-lib/src/execution/txRunner.js index 88cc86f17e..867ee4021c 100644 --- a/remix-lib/src/execution/txRunner.js +++ b/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 })