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) {