mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
fix: Add missing override for UNDERLYING_ASSET_ADDRESS function at AToken.sol
This commit is contained in:
parent
f78dce9d2b
commit
cd8c1922f9
|
@ -273,7 +273,7 @@ contract AToken is
|
||||||
/**
|
/**
|
||||||
* @dev Returns the address of the underlying asset of this aToken (E.g. WETH for aWETH)
|
* @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 view override returns (address) {
|
||||||
return _underlyingAsset;
|
return _underlyingAsset;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user