From 3eb092b48929e3271f7a0e9f345287dc6c1c8a3c Mon Sep 17 00:00:00 2001 From: c4-bot-10 <144725319+c4-bot-10@users.noreply.github.com> Date: Mon, 29 Apr 2024 12:59:01 -0700 Subject: [PATCH] Report for issue #7 updated by adeolu --- data/adeolu-Q.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/adeolu-Q.md b/data/adeolu-Q.md index 019057e..8ce311c 100644 --- a/data/adeolu-Q.md +++ b/data/adeolu-Q.md @@ -12,7 +12,7 @@ https://github.com/code-423n4/2024-04-lavarage/blob/9e8295b542fb71b2ba9b4693e256 if borrow_amount for one position is `199`, this will mean fee will be `199 * 5 / 1000 = 995 /1000 = 0 ` -user decides to make 2000 borrow positions, each borrowing the small amount 199. This means user has sucessfully borrowed a value of `398000` via the protocol without paying any fees. +user decides to make 2000 borrow positions (in batch calls), each borrowing the small amount 199. This means user has sucessfully borrowed a value of `398000` via the protocol without paying any fees. if it intended for strict fees payment for every position opened then the borrow function should revert if fee calc returns 0.