mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
Removed duplicated comment
This commit is contained in:
parent
a67c56c09f
commit
e923324ea5
|
@ -199,10 +199,6 @@ contract AToken is VersionedInitializable, ERC20, IAToken {
|
|||
return amount;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @notice ERC20 implementation internal function backing transfer() and transferFrom()
|
||||
**/
|
||||
function _transfer(
|
||||
address from,
|
||||
address to,
|
||||
|
@ -222,10 +218,7 @@ contract AToken is VersionedInitializable, ERC20, IAToken {
|
|||
emit BalanceTransfer(from, to, amount, index);
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* @notice ERC20 implementation internal function backing transfer() and transferFrom()
|
||||
**/
|
||||
|
||||
function _transfer(
|
||||
address from,
|
||||
address to,
|
||||
|
|
Loading…
Reference in New Issue
Block a user