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 3214e76 commit 32a6c0eCopy full SHA for 32a6c0e
apps/remix-ide/src/app/tabs/web3-provider.js
@@ -48,7 +48,9 @@ export class Web3ProviderModule extends Plugin {
48
try {
49
const receipt = await this.call('blockchain', 'getTransactionReceipt', txhash)
50
if (receipt) return receipt
51
- } catch (e) {}
+ } catch (e) {
52
+ // do nothing
53
+ }
54
await this.pause()
55
return await this.tryTillReceiptAvailable(txhash)
56
}
0 commit comments