Skip to content

Commit

Permalink
hotfix: bug wrong worker
Browse files Browse the repository at this point in the history
  • Loading branch information
cauta committed May 3, 2024
1 parent 7eb5b2e commit edb94e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/apps/worker-service/src/worker-service.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export class WorkerServiceController {

@EventPattern(TopicName.ETH_CONFIRMED_BLOCK)
async ethConfirmBlock(data: any) {
this.polygonWorker.ethHandleConfirmedBlock(data);
this.ethereumWorker.ethHandleConfirmedBlock(data);
}

@EventPattern(TopicName.POLYGON_DETECTED_BLOCK)
Expand Down

0 comments on commit edb94e2

Please sign in to comment.