From e923324ea51332c63a4db6cbb3bcdee09eb43416 Mon Sep 17 00:00:00 2001 From: The3D Date: Thu, 10 Sep 2020 09:57:15 +0200 Subject: [PATCH] Removed duplicated comment --- contracts/tokenization/AToken.sol | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/contracts/tokenization/AToken.sol b/contracts/tokenization/AToken.sol index 265a6cbb..e969e5f3 100644 --- a/contracts/tokenization/AToken.sol +++ b/contracts/tokenization/AToken.sol @@ -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,