mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
Changes in harness of VariableDebtToken
This commit is contained in:
parent
dce89a81a2
commit
e0be3a3163
|
@ -25,8 +25,8 @@ contract LendingPoolHarnessForVariableDebtToken is ILendingPool {
|
||||||
originalPool.deposit(asset, amount, onBehalfOf, referralCode);
|
originalPool.deposit(asset, amount, onBehalfOf, referralCode);
|
||||||
}
|
}
|
||||||
|
|
||||||
function withdraw(address asset, uint256 amount) external override {
|
function withdraw(address reserve, uint256 amount, address to) external override {
|
||||||
originalPool.withdraw(asset, amount);
|
originalPool.withdraw(reserve, amount, to);
|
||||||
}
|
}
|
||||||
|
|
||||||
function getBorrowAllowance(
|
function getBorrowAllowance(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user