Added todo in liquidity contract.

This commit is contained in:
Sowmayjain 2019-09-22 18:53:10 -07:00
parent 3a60f94ff2
commit 8c2bdbc842

View File

@ -116,6 +116,8 @@ contract ProvideLiquidity is Helper {
/**
* @dev Deposit Token for liquidity
* TODO: remove "tknAddr" and check for msg.value
* TIP: find "underlying" in the cToken address
*/
function depositToken(address tknAddr, address ctknAddr, uint amt) public payable {
if (tknAddr != ethAddr) {