linting fix

pull/2324/head
Aniket-Engg 3 years ago committed by yann300
parent 58e371988e
commit 466f9e4643
  1. 2
      apps/remix-ide/src/app/tabs/web3-provider.js

@ -42,7 +42,7 @@ export class Web3ProviderModule extends Plugin {
try {
const receipt = await this.call('blockchain', 'getTransactionReceipt', txhash)
if (receipt) return receipt
} catch (e) {}
} catch (e) {} // eslint-disable-line
await this.pause()
return await this.tryTillReceiptAvailable(txhash)
}

Loading…
Cancel
Save