@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.
@@ -8462,7 +8462,7 @@ class Connection {
8462
8462
 
8463
8463
  try {
8464
8464
  this.removeSignatureListener(clientSubscriptionId); // eslint-disable-next-line no-empty
8465
- } catch {// Already removed.
8465
+ } catch (_err) {// Already removed.
8466
8466
  }
8467
8467
  }
8468
8468
  },
@@ -8504,7 +8504,7 @@ class Connection {
8504
8504
 
8505
8505
  try {
8506
8506
  this.removeSignatureListener(clientSubscriptionId); // eslint-disable-next-line no-empty
8507
- } catch {// Already removed.
8507
+ } catch (_err) {// Already removed.
8508
8508
  }
8509
8509
  },
8510
8510
  method: 'signatureSubscribe',