@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.
package/lib/index.esm.js CHANGED
@@ -7948,7 +7948,7 @@ class Connection {
7948
7948
 
7949
7949
  try {
7950
7950
  this.removeSignatureListener(clientSubscriptionId); // eslint-disable-next-line no-empty
7951
- } catch {// Already removed.
7951
+ } catch (_err) {// Already removed.
7952
7952
  }
7953
7953
  }
7954
7954
  },
@@ -7990,7 +7990,7 @@ class Connection {
7990
7990
 
7991
7991
  try {
7992
7992
  this.removeSignatureListener(clientSubscriptionId); // eslint-disable-next-line no-empty
7993
- } catch {// Already removed.
7993
+ } catch (_err) {// Already removed.
7994
7994
  }
7995
7995
  },
7996
7996
  method: 'signatureSubscribe',