Removed duplicated comment

This commit is contained in:
The3D 2020-09-10 09:57:15 +02:00
parent a67c56c09f
commit e923324ea5

View File

@ -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,