From 95e25f4beb0b386f4a895480b70e0eaad5bd5db5 Mon Sep 17 00:00:00 2001 From: nickkatsios Date: Tue, 10 Sep 2024 11:45:43 +0300 Subject: [PATCH] clarify function in comment --- protocol/contracts/libraries/Well/LibWell.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/contracts/libraries/Well/LibWell.sol b/protocol/contracts/libraries/Well/LibWell.sol index f5c30ee46..78c98ccd1 100644 --- a/protocol/contracts/libraries/Well/LibWell.sol +++ b/protocol/contracts/libraries/Well/LibWell.sol @@ -165,7 +165,7 @@ library LibWell { // should not impact gas. // LibUsdOracle returns the price with 6 decimal precision. // This is canceled out by dividing by 1e6. - // This block is then used in calcLPToSupplyRatio that assumes 18 decimal precision, + // This return value is then used in LibEvaluate.calcLPToSupplyRatio that assumes 18 decimal precision, // so we need to account for whitelisted tokens that have less than 18 decimals by multiplying the // precision difference.