From d6b36da476c0de00c0a9b36b25d4e85816942bdc Mon Sep 17 00:00:00 2001 From: laterlaugh Date: Fri, 12 Apr 2024 21:11:51 +0800 Subject: [PATCH] chore: fix README.md Signed-off-by: laterlaugh --- C.R.E.A.M. Finance/Compound Protocol/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C.R.E.A.M. Finance/Compound Protocol/README.md b/C.R.E.A.M. Finance/Compound Protocol/README.md index a750527..1c38e50 100644 --- a/C.R.E.A.M. Finance/Compound Protocol/README.md +++ b/C.R.E.A.M. Finance/Compound Protocol/README.md @@ -672,7 +672,7 @@ Fixed at https://github.com/CreamFi/compound-protocol/commit/f634f8fc6332d4e7e5f In `CCollateralCapErc20.sol` at line https://github.com/CreamFi/compound-protocol/blob/23a4ae93adc70334553f5a83429a4e967c1eefaa/contracts/CCollateralCapErc20.sol#L513 the `div_ScalarByExpTruncate()` may round the result down to the next nearest integer if it is calculated to be a non-integer number of cToken units, sufficiently small loans may be affected, however, the loss should never be more than one indivisible unit of a token used ##### Recommendation -This is a relatively unavoidable error which appears due to to EVM operation result. It should be acknowledged by suppliers with extremely small amount of tokens +This is a relatively unavoidable error which appears due to the EVM operation result. It should be acknowledged by suppliers with extremely small amount of tokens ##### Status Acknowledged