mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
Merge branch 'feat/168-remove-initialize' into 'master'
- Remove useless initialize() Closes #168 See merge request aave-tech/protocol-v2!192
This commit is contained in:
commit
9924ecc64a
|
@ -39,16 +39,6 @@ contract DelegationAwareAToken is AToken {
|
||||||
)
|
)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
function initialize(
|
|
||||||
uint8 _underlyingAssetDecimals,
|
|
||||||
string calldata _tokenName,
|
|
||||||
string calldata _tokenSymbol
|
|
||||||
) external virtual override initializer {
|
|
||||||
_setName(_tokenName);
|
|
||||||
_setSymbol(_tokenSymbol);
|
|
||||||
_setDecimals(_underlyingAssetDecimals);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @dev Delegates voting power of the underlying asset to a `delegatee` address
|
* @dev Delegates voting power of the underlying asset to a `delegatee` address
|
||||||
* @param delegatee The address that will receive the delegation
|
* @param delegatee The address that will receive the delegation
|
||||||
|
|
Loading…
Reference in New Issue
Block a user