diff --git a/packages/indexer-common/src/allocations/query-fees.ts b/packages/indexer-common/src/allocations/query-fees.ts index daba6eacb..732662a30 100644 --- a/packages/indexer-common/src/allocations/query-fees.ts +++ b/packages/indexer-common/src/allocations/query-fees.ts @@ -267,9 +267,8 @@ export class AllocationReceiptCollector implements ReceiptCollector { } private startVoucherProcessing() { - const self = this timer(30_000).pipe(async () => { - if (self.stop) { + if (this.stop) { return } const pendingVouchers = await this.pendingVouchers() // Ordered by value