Skip to content

Commit

Permalink
fix: inline doc correction
Browse files Browse the repository at this point in the history
  • Loading branch information
gmbronco committed Oct 3, 2023
1 parent 0544984 commit 4047e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/pool/lib/staking/gauge-staking.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ export class GaugeStakingService implements PoolStakingService {
}),
...Object.keys(rewardsData)
.map((gaugeAddress) => [
// L2 V1 case, includes tokens other than BAL
// L2 V1 case with any token
...Object.keys(rewardsData[gaugeAddress].rewardData).map((tokenAddress) => {
const id = `${gaugeAddress}-${tokenAddress}`.toLowerCase();
const { rate, period_finish } = rewardsData[gaugeAddress].rewardData[tokenAddress];
Expand Down

0 comments on commit 4047e3d

Please sign in to comment.