Fix docstring errors

This commit is contained in:
Marcus R. Brown 2019-09-14 09:18:12 -07:00
parent 43f37b0b0e
commit 224264369f
No known key found for this signature in database
GPG Key ID: 273811323AC30470
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
* @param token is the token
* @param tknContract is the token
* @param srcAmt is the amount of token to sell
*/
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
* @param token is the token
* @param tknContract is the token
* @param srcAmt is the amount of token to sell
*/
function setApproval(IERC20 tknContract, uint srcAmt) internal returns (uint) {