Skip to content

Commit

Permalink
chore: misc
Browse files Browse the repository at this point in the history
  • Loading branch information
rossbulat committed Jan 2, 2025
1 parent 374e07f commit c9b9bbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/app/src/library/Graphs/Utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ const getPreMaxDaysPayouts = (
daysPassed(fromUnixTime(p.timestamp), fromDate) > days &&
daysPassed(fromUnixTime(p.timestamp), fromDate) <= days + avgDays
)
// Combine payouts and pool claims.
// Combine payouts and pool claims
//
// Combines payouts and pool claims into daily records
export const combineRewards = (
Expand Down Expand Up @@ -383,7 +383,7 @@ export const combineRewards = (
return rewards
}

// Get latest reward.
// Get latest reward
//
// Gets the latest reward from pool claims and nominator payouts
export const getLatestReward = (
Expand Down

0 comments on commit c9b9bbb

Please sign in to comment.