mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
fixed syntax error
This commit is contained in:
parent
bb52ba0659
commit
7c53ad84fa
|
@ -101,11 +101,11 @@ contract LendingPoolHarnessForVariableDebtToken is ILendingPool {
|
|||
|
||||
function getUserAccountData(address user)
|
||||
external
|
||||
override
|
||||
view
|
||||
override
|
||||
returns (
|
||||
uint256 totalCollateralETH,
|
||||
uint256 totalBorrowsETH,
|
||||
uint256 totalDebtETH,
|
||||
uint256 availableBorrowsETH,
|
||||
uint256 currentLiquidationThreshold,
|
||||
uint256 ltv,
|
||||
|
|
Loading…
Reference in New Issue
Block a user