Skip to content

Commit 26195e2

Browse files
committed
Fix discovery queue for holder rewards
1 parent 1b5fd9c commit 26195e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/events/rewards-discovery.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ export class RewardsDiscoveryService implements OnApplicationBootstrap {
334334

335335
if (unfulfilledUpdateRewardsEvents.length < 1) {
336336
this.logger.log(`No unfulfilled UpdateRewards events to match`)
337-
337+
await this.setLastSafeCompleteBlockNumber(BigNumber(to).toNumber())
338338
return
339339
}
340340

0 commit comments

Comments
 (0)