From 70c89a4479ef2275e5c2454486640eba7f6843a7 Mon Sep 17 00:00:00 2001 From: bout3fiddy <11488427+bout3fiddy@users.noreply.github.com> Date: Thu, 9 Nov 2023 15:28:43 +0100 Subject: [PATCH] remove k reference --- contracts/main/CurveTwocryptoOptimized.vy | 2 -- 1 file changed, 2 deletions(-) diff --git a/contracts/main/CurveTwocryptoOptimized.vy b/contracts/main/CurveTwocryptoOptimized.vy index e7905af7..91ab1fa6 100644 --- a/contracts/main/CurveTwocryptoOptimized.vy +++ b/contracts/main/CurveTwocryptoOptimized.vy @@ -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() @@ -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