mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
Removed getRevision in the DelegationAwareAToken
This commit is contained in:
parent
dae912ba3f
commit
a2f60470ec
|
@ -52,10 +52,6 @@ contract DelegationAwareAToken is AToken {
|
||||||
)
|
)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
function getRevision() internal override pure returns (uint256) {
|
|
||||||
return 0x1;
|
|
||||||
}
|
|
||||||
|
|
||||||
function initialize(
|
function initialize(
|
||||||
uint8 _underlyingAssetDecimals,
|
uint8 _underlyingAssetDecimals,
|
||||||
string calldata _tokenName,
|
string calldata _tokenName,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user