From 0cafc409ee0f6563bb6bfcf3c7fa65c2e394eb52 Mon Sep 17 00:00:00 2001 From: Taras Alekhin Date: Tue, 19 Nov 2024 13:01:45 +0100 Subject: [PATCH] fix: fixed typo in CL rewards service --- src/storage/rewards/rewards.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storage/rewards/rewards.service.ts b/src/storage/rewards/rewards.service.ts index b74f461..904da1b 100644 --- a/src/storage/rewards/rewards.service.ts +++ b/src/storage/rewards/rewards.service.ts @@ -24,7 +24,7 @@ export class RewardsStorageService { } public getClRewardsPerFrame() { - return this.elRewardsPerFrame; + return this.clRewardsPerFrame; } public setClRewardsPerFrame(clRewardsPerFrame: BigNumber) {