Removed getRevision in the DelegationAwareAToken

This commit is contained in:
The3D 2020-11-02 13:35:05 +01:00
parent dae912ba3f
commit a2f60470ec

View File

@ -52,10 +52,6 @@ contract DelegationAwareAToken is AToken {
)
{}
function getRevision() internal override pure returns (uint256) {
return 0x1;
}
function initialize(
uint8 _underlyingAssetDecimals,
string calldata _tokenName,