We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08a0157 + cd16ca7 commit c83f5d4Copy full SHA for c83f5d4
apps/indexer-coordinator/src/reward/reward.service.ts
@@ -144,7 +144,7 @@ export class RewardService implements OnModuleInit {
144
}
145
const allocation = await this.onChainService.getRunnerAllocation(indexerId);
146
if (!allocation) {
147
- this.logger.error('getRunnerAllocation is null');
+ this.logger.debug('getRunnerAllocation is null');
148
return;
149
150
this.txOngoingMap[this.reduceAllocation.name] = false;
0 commit comments