mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
Removed redundant virtual in IVariableDebtToken
This commit is contained in:
parent
7c3d5e0239
commit
fa32406b48
|
@ -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