You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think _profit = balance - debt should profit. but why it makes as the balance?
It means we ignore lending apy and accept only reward apy?
Maybe I could be incorrect.
Please help me to explain about that
The text was updated successfully, but these errors were encountered:
https://github.com/Grandthrax/YearnV2-Generic-Lev-Comp-Farm/blob/master/contracts/Strategy.sol#L392-L397
I think
_profit = balance - debt
should profit. but why it makes as the balance?It means we ignore lending apy and accept only reward apy?
Maybe I could be incorrect.
Please help me to explain about that
The text was updated successfully, but these errors were encountered: