mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
Fixed comment in ReserveLogic
This commit is contained in:
parent
643ed2f9bc
commit
fed8c79884
|
@ -76,7 +76,7 @@ library ReserveLogic {
|
|||
/**
|
||||
* @dev returns the ongoing normalized income for the reserve.
|
||||
* a value of 1e27 means there is no income. As time passes, the income is accrued.
|
||||
* A value of 2*1e27 means for each unit of assset two units of income have been accrued.
|
||||
* A value of 2*1e27 means for each unit of asset one unit of income has been accrued.
|
||||
* @param reserve the reserve object
|
||||
* @return the normalized income. expressed in ray
|
||||
**/
|
||||
|
|
Loading…
Reference in New Issue
Block a user