Skip to content

Commit

Permalink
docs: remove misleading documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertoCentonze committed Nov 4, 2024
1 parent 5f19f2b commit 22644bd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions contracts/StablecoinLens.vy
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,8 @@ def _circulating_supply() -> uint256:
@dev This function sacrifices some gas to fetch peg keepers from a unique source
of truth to avoid having to manually maintain multiple lists across several
contracts. For this reason we read the list of peg keepers contained in the
monetary policy returned by a controller in the factory. factory -> weth
controller -> monetary policy -> peg keepers This function is not exposed as
external as it can be easily manipulated and should not be used by third party
contracts.
monetary policy returned by a controller in the factory.
factory -> weth controller -> monetary policy -> peg keepers
"""

circulating_supply: uint256 = 0
Expand Down

0 comments on commit 22644bd

Please sign in to comment.