diff --git a/sdk/src/accounts/pollingDriftClientAccountSubscriber.ts b/sdk/src/accounts/pollingDriftClientAccountSubscriber.ts index 18da8df65..86de3ad65 100644 --- a/sdk/src/accounts/pollingDriftClientAccountSubscriber.ts +++ b/sdk/src/accounts/pollingDriftClientAccountSubscriber.ts @@ -402,6 +402,7 @@ export class PollingDriftClientAccountSubscriber this.accountsToPoll.clear(); this.oraclesToPoll.clear(); this.isSubscribed = false; + this.accountLoader.accountsToLoad = new Map(); } async addSpotMarket(marketIndex: number): Promise {