We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58e3719 commit 466f9e4Copy full SHA for 466f9e4
apps/remix-ide/src/app/tabs/web3-provider.js
@@ -42,7 +42,7 @@ export class Web3ProviderModule extends Plugin {
42
try {
43
const receipt = await this.call('blockchain', 'getTransactionReceipt', txhash)
44
if (receipt) return receipt
45
- } catch (e) {}
+ } catch (e) {} // eslint-disable-line
46
await this.pause()
47
return await this.tryTillReceiptAvailable(txhash)
48
}
0 commit comments