Fixed interface update

This commit is contained in:
The3D 2021-04-12 11:10:22 +02:00
parent baeb455fad
commit 94790ecc46
2 changed files with 2 additions and 2 deletions

View File

@ -273,7 +273,7 @@ contract AToken is
/**
* @dev Returns the address of the underlying asset of this aToken (E.g. WETH for aWETH)
**/
function UNDERLYING_ASSET_ADDRESS() public view returns (address) {
function UNDERLYING_ASSET_ADDRESS() public override view returns (address) {
return _underlyingAsset;
}

View File

@ -153,4 +153,4 @@
"ethereum",
"solidity"
]
}
}