Skip to content

Commit cdace27

Browse files
committed
fix: uncomment startMissingBlocksBeforeStreamingProcess for proper execution
1 parent 169e0c7 commit cdace27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indexer/src/services/streaming.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const SYNC_NETWORK = getRequiredEnvString('SYNC_NETWORK');
5353
export async function startStreaming() {
5454
console.info('[INFO][WORKER][BIZ_FLOW] Starting blockchain streaming service ...');
5555

56-
// await startMissingBlocksBeforeStreamingProcess();
56+
await startMissingBlocksBeforeStreamingProcess();
5757

5858
const nextBlocksToProcess: any[] = [];
5959
const blocksRecentlyProcessed = new Set<string>();

0 commit comments

Comments
 (0)