Skip to content

Commit

Permalink
chore: commit format
Browse files Browse the repository at this point in the history
  • Loading branch information
heswithme committed Oct 17, 2024
1 parent 9b2d994 commit dacbc72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/RewardsHandler.vy
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ def _take_snapshot():
# supply in circulation = controllers' debt + peg keppers' debt
circulating_supply: uint256 = staticcall self.stablecoin_lens.circulating_supply()

# obtain the supply of crvUSD contained in the vault by checking its
# totalAssets. This will also not take into account rewards that are not yet distributed.
# obtain the supply of crvUSD contained in the vault by checking its totalAssets.
# This will not take into account rewards that are not yet distributed.
supply_in_vault: uint256 = staticcall vault.totalAssets()

# here we intentionally reduce the precision of the ratio because the
Expand Down

0 comments on commit dacbc72

Please sign in to comment.