Skip to content

Commit

Permalink
remove k reference
Browse files Browse the repository at this point in the history
  • Loading branch information
bout3fiddy committed Nov 9, 2023
1 parent 6a22fe4 commit 70c89a4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contracts/main/CurveTwocryptoOptimized.vy
Original file line number Diff line number Diff line change
Expand Up @@ -1624,7 +1624,6 @@ def price_oracle() -> uint256:
@dev The oracle is an exponential moving average, with a periodicity
determined by `self.ma_time`. The aggregated prices are cached state
prices (dy/dx) calculated AFTER the latest trade.
@param k The index of the coin.
@return uint256 Price oracle value of kth coin.
"""
return self.internal_price_oracle()
Expand Down Expand Up @@ -1671,7 +1670,6 @@ def price_scale() -> uint256:
at index 0.
@dev Price scale determines the price band around which liquidity is
concentrated.
@param k The index of the coin.
@return uint256 Price scale of coin.
"""
return self.cached_price_scale
Expand Down

0 comments on commit 70c89a4

Please sign in to comment.