From 64502d4dbbcd38c8c6835c5a06a4dae400be489f Mon Sep 17 00:00:00 2001 From: tarikgul Date: Thu, 21 Dec 2023 13:17:55 -0500 Subject: [PATCH] fix comment --- src/services/blocks/BlocksService.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/blocks/BlocksService.ts b/src/services/blocks/BlocksService.ts index d9714b0f2..25703acfa 100644 --- a/src/services/blocks/BlocksService.ts +++ b/src/services/blocks/BlocksService.ts @@ -174,7 +174,7 @@ export class BlocksService extends AbstractService { const previousBlockHash = await this.fetchPreviousBlockHash(number); /** - * Fee calculation logic. This runs the the extrinsics concurrently. + * Fee calculation logic. This runs the extrinsics concurrently. */ const pQueue = new PromiseQueue(4); const feeTasks = [];