mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
Merge branch 'master' into feat/debt-token-fixes
This commit is contained in:
commit
ec0498bd3b
|
@ -26,5 +26,5 @@ interface IVariableDebtToken {
|
|||
* @dev returns the last index of the user
|
||||
* @return the index of the user
|
||||
**/
|
||||
function getUserIndex(address _user) external virtual view returns (uint256);
|
||||
function getUserIndex(address _user) external view returns (uint256);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user