Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
prevostc committed Jul 3, 2024
1 parent 3379d89 commit 0e7dd85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ type CLM @entity {
"The strategy of the CLM. The strategy is responsible for managing the CLM's assets."
strategy: ClmStrategy!
"""
The reward pool of the CLM.
The reward pool of the CLM.
The reward pool is where the CLM's earnings are sent if the ClmManager does not automatically compound.
It only makes sense to have one reward pool per CLM, but it is possible to have multiple by design.
"""
Expand Down
2 changes: 1 addition & 1 deletion src/clm/interaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export function handleRewardPoolTransfer(event: RewardPoolTransferEvent): void {
const rewardPool = getClmRewardPool(event.address)
const clm = getCLM(rewardPool.clm)
const managerAddress = clm.manager

const rewardPoolAddresses = clm.rewardPoolTokens
let isRewardPoolFrom = false
let isRewardPoolTo = false
Expand Down

0 comments on commit 0e7dd85

Please sign in to comment.