This commit is contained in:
Samyak Jain 2019-09-16 12:44:53 -07:00
commit 98fc58bcc8
2 changed files with 2 additions and 11 deletions

View File

@ -195,7 +195,7 @@ contract Helpers is DSMath {
/** /**
* @dev setting allowance to kyber for the "user proxy" if required * @dev setting allowance to kyber for the "user proxy" if required
* @param token is the token * @param tknContract is the token
* @param srcAmt is the amount of token to sell * @param srcAmt is the amount of token to sell
*/ */
function setApproval(IERC20 tknContract, uint srcAmt) internal returns (uint) { function setApproval(IERC20 tknContract, uint srcAmt) internal returns (uint) {
@ -205,15 +205,6 @@ contract Helpers is DSMath {
} }
} }
/**
* @dev setting allowance to kyber for the "user proxy" if required
* @param token is the token
* @param srcAmt is the amount of token to sell
*/
function getCDPRatio(uint ethCol, uint daiDebt) internal returns (uint ratio) {
TubInterface tub = TubInterface(getSaiTubAddress());
}
} }

View File

@ -105,7 +105,7 @@ contract Helper {
/** /**
* @dev setting allowance to kyber for the "user proxy" if required * @dev setting allowance to kyber for the "user proxy" if required
* @param token is the token * @param tknContract is the token
* @param srcAmt is the amount of token to sell * @param srcAmt is the amount of token to sell
*/ */
function setApproval(IERC20 tknContract, uint srcAmt) internal returns (uint) { function setApproval(IERC20 tknContract, uint srcAmt) internal returns (uint) {