We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 169e0c7 commit cdace27Copy full SHA for cdace27
indexer/src/services/streaming.ts
@@ -53,7 +53,7 @@ const SYNC_NETWORK = getRequiredEnvString('SYNC_NETWORK');
53
export async function startStreaming() {
54
console.info('[INFO][WORKER][BIZ_FLOW] Starting blockchain streaming service ...');
55
56
- // await startMissingBlocksBeforeStreamingProcess();
+ await startMissingBlocksBeforeStreamingProcess();
57
58
const nextBlocksToProcess: any[] = [];
59
const blocksRecentlyProcessed = new Set<string>();
0 commit comments