@unicitylabs/sphere-sdk 0.4.8 → 0.4.9

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/dist/l1/index.js CHANGED
@@ -697,6 +697,8 @@ function disconnect() {
697
697
  if (cb.timeoutId) clearTimeout(cb.timeoutId);
698
698
  });
699
699
  connectionCallbacks.length = 0;
700
+ blockSubscribers.length = 0;
701
+ lastBlockHeader = null;
700
702
  }
701
703
 
702
704
  // l1/tx.ts