@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.cjs.js CHANGED
@@ -7982,7 +7982,7 @@ class Connection {
7982
7982
 
7983
7983
  try {
7984
7984
  this.removeSignatureListener(clientSubscriptionId); // eslint-disable-next-line no-empty
7985
- } catch {// Already removed.
7985
+ } catch (_err) {// Already removed.
7986
7986
  }
7987
7987
  }
7988
7988
  },
@@ -8024,7 +8024,7 @@ class Connection {
8024
8024
 
8025
8025
  try {
8026
8026
  this.removeSignatureListener(clientSubscriptionId); // eslint-disable-next-line no-empty
8027
- } catch {// Already removed.
8027
+ } catch (_err) {// Already removed.
8028
8028
  }
8029
8029
  },
8030
8030
  method: 'signatureSubscribe',