Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lukecaan committed Nov 22, 2023
1 parent 98d7df9 commit 3c8b5bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ts/sdk/src/competitionClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,11 @@ export class CompetitionsClient {
this.program.programId,
'confirmed',
oldestFetchedTx,
undefined,
100
);

await sleep(500);

if (!response?.transactionLogs || response.transactionLogs.length === 0 || response?.earliestSlot >= earliestPulledSlot) {
fetchedAllLogs = true;
Expand Down

0 comments on commit 3c8b5bf

Please sign in to comment.