Skip to content

Commit 0cafc40

Browse files
committed
fix: fixed typo in CL rewards service
1 parent ec408f0 commit 0cafc40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/storage/rewards/rewards.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export class RewardsStorageService {
2424
}
2525

2626
public getClRewardsPerFrame() {
27-
return this.elRewardsPerFrame;
27+
return this.clRewardsPerFrame;
2828
}
2929

3030
public setClRewardsPerFrame(clRewardsPerFrame: BigNumber) {

0 commit comments

Comments
 (0)