From d18b92760e4ecb6a2b4b6efb3b6c0380f34c5240 Mon Sep 17 00:00:00 2001 From: Samyak Jain Date: Mon, 8 Apr 2019 16:10:33 +0530 Subject: [PATCH] small comment edit --- contracts/ProxyLogics/InstaUniswapPool.sol | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/contracts/ProxyLogics/InstaUniswapPool.sol b/contracts/ProxyLogics/InstaUniswapPool.sol index b03ae43..82978c6 100644 --- a/contracts/ProxyLogics/InstaUniswapPool.sol +++ b/contracts/ProxyLogics/InstaUniswapPool.sol @@ -108,8 +108,7 @@ contract Pool is Helper { } /** - * @dev to add liquidity in pool - * @dev payable function token qty to deposit is decided as per the ETH sent by the user + * @dev to add liquidity in pool. Payable function token qty to deposit is decided as per the ETH sent by the user * @param token ERC20 address of Uniswap's pool (eg:- DAI address, MKR address, etc) * @param maxDepositedTokens Max token to be deposited */ @@ -128,8 +127,7 @@ contract Pool is Helper { } /** - * @dev to remove liquidity from pool - * @dev ETH and token quantity is decided as per the exchange token qty to burn + * @dev to remove liquidity from pool. ETH and token quantity is decided as per the exchange token qty to burn * @param token ERC20 address of Uniswap's pool (eg:- DAI address, MKR address, etc) * @param amount Uniswap pool's ERC20 token QTY to burn * @param minEth Min ETH user to be returned