pull/5370/head
yann300 4 years ago
parent 9718a6d82d
commit 57be7101a5
  1. 2
      libs/remix-lib/src/execution/txRunnerWeb3.ts

@ -141,7 +141,7 @@ async function tryTillTxAvailable (txhash, web3) {
const tx = await web3.eth.getTransaction(txhash)
if (tx) return tx
} catch (e) {}
return await tryTillTxAvailable(txhash, web3)
return await tryTillTxAvailable(txhash, web3)
}
async function pause () { return new Promise((resolve, reject) => { setTimeout(resolve, 500) }) }

Loading…
Cancel
Save