Skip to content

Commit

Permalink
Update src/services/blocks/BlocksService.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Tarik Gul <[email protected]>
  • Loading branch information
bee344 and TarikGul authored Dec 21, 2023
1 parent cd3b554 commit f573fb4
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 @@ -169,7 +169,7 @@ export class BlocksService extends AbstractService {
const previousBlockHash = await this.fetchPreviousBlockHash(number);

for (let idx = 0; idx < block.extrinsics.length; ++idx) {
if (noFees === true) {
if (noFees) {
extrinsics[idx].info = {};
continue;
}
Expand Down

0 comments on commit f573fb4

Please sign in to comment.