Skip to content

Commit 32a6c0e

Browse files
committed
Update web3-provider.js
1 parent 3214e76 commit 32a6c0e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apps/remix-ide/src/app/tabs/web3-provider.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ export class Web3ProviderModule extends Plugin {
4848
try {
4949
const receipt = await this.call('blockchain', 'getTransactionReceipt', txhash)
5050
if (receipt) return receipt
51-
} catch (e) {}
51+
} catch (e) {
52+
// do nothing
53+
}
5254
await this.pause()
5355
return await this.tryTillReceiptAvailable(txhash)
5456
}

0 commit comments

Comments
 (0)