From c04adb16d16c7d05c4bbfefee571e3ae8925c1e3 Mon Sep 17 00:00:00 2001 From: bee344 Date: Tue, 14 May 2024 12:26:49 -0300 Subject: [PATCH] recommit for removing stakingVersion --- src/services/accounts/AccountsStakingPayoutsService.ts | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/services/accounts/AccountsStakingPayoutsService.ts b/src/services/accounts/AccountsStakingPayoutsService.ts index 5883a6eb6..ff9498e05 100644 --- a/src/services/accounts/AccountsStakingPayoutsService.ts +++ b/src/services/accounts/AccountsStakingPayoutsService.ts @@ -341,13 +341,7 @@ export class AccountsStakingPayoutsService extends AbstractService { } const singleEraCommissions = nominatedExposures.map(({ validatorId }) => - this.fetchCommissionAndLedger( - historicApi, - validatorId, - currEra, - validatorLedgerCache, - isKusama, - ), + this.fetchCommissionAndLedger(historicApi, validatorId, currEra, validatorLedgerCache, isKusama), ); return Promise.all(singleEraCommissions);