Commit b5f821e5 authored by yann300's avatar yann300

linting

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