Skip to content

Commit

Permalink
chore: update sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTaylor3D committed Oct 6, 2024
1 parent 0b7ad42 commit d2fc0ff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions src/blockchain/FullNodePeer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -454,12 +454,7 @@ export class FullNodePeer {
error.message.includes("Operation timed out")
) {
FullNodePeer.cachedPeer = null;
// @ts-ignore
FullNodePeer.memoizedFetchNewPeerIPs.cache.clear();

console.info(
`Fullnode Peer error, reconnecting to a new peer...`
);
this.handlePeerDisconnection(peerIP);
const newPeer = await this.getBestPeer();
return (newPeer as any)[prop](...args);
Expand Down
1 change: 0 additions & 1 deletion src/blockchain/StoreMonitorRegistry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ export class StoreMonitorRegistry {
callback: StoreUpdateCallback
): Promise<void> {
if (this.activeMonitors.has(storeId)) {
console.log(`Registry: Monitor already running for storeId: ${storeId}`);
return;
}

Expand Down

0 comments on commit d2fc0ff

Please sign in to comment.