@solana/web3.js 1.68.0 → 1.68.1

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.
@@ -5438,7 +5438,7 @@ class Connection {
5438
5438
  disposeSignatureSubscriptionStateChangeObserver = undefined;
5439
5439
  }
5440
5440
 
5441
- if (signatureSubscriptionId) {
5441
+ if (signatureSubscriptionId != null) {
5442
5442
  this.removeSignatureListener(signatureSubscriptionId);
5443
5443
  signatureSubscriptionId = undefined;
5444
5444
  }