Merge pull request #6 from igetgames/fix/truffle-compile

Fix docstring errors
This commit is contained in:
Sowmay Jain 2019-09-14 10:49:02 -07:00 committed by GitHub
commit 06cefcfc9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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) {