Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul committed Dec 21, 2023
1 parent d987d1b commit 64502d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/blocks/BlocksService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [];
Expand Down

0 comments on commit 64502d4

Please sign in to comment.