Skip to content

Commit

Permalink
chore: sync pub key list
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwaller committed Oct 8, 2024
1 parent 2a49c8b commit 1051dd1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/publisher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,6 @@ export class WebsocketCacheProgramAccountSubscriber {
(SYNC_INTERVAL * EXPIRY_MULTIPLIER) / 1000,
`${incomingSlot}::${keyedAccountInfo.accountInfo.data.toString('base64')}`
);

await this.redisClient.rPush(
'user_pubkeys',
keyedAccountInfo.accountId.toString()
);

return;
}

Expand Down

0 comments on commit 1051dd1

Please sign in to comment.