@solana/web3.js 1.41.5 → 1.41.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8431,7 +8431,7 @@ class Connection {
8431
8431
 
8432
8432
  try {
8433
8433
  this.removeSignatureListener(clientSubscriptionId); // eslint-disable-next-line no-empty
8434
- } catch {// Already removed.
8434
+ } catch (_err) {// Already removed.
8435
8435
  }
8436
8436
  }
8437
8437
  },
@@ -8473,7 +8473,7 @@ class Connection {
8473
8473
 
8474
8474
  try {
8475
8475
  this.removeSignatureListener(clientSubscriptionId); // eslint-disable-next-line no-empty
8476
- } catch {// Already removed.
8476
+ } catch (_err) {// Already removed.
8477
8477
  }
8478
8478
  },
8479
8479
  method: 'signatureSubscribe',