Removed unnecessary comment.

This commit is contained in:
Sowmayjain 2019-01-03 03:35:42 +05:30
parent 876fab7e89
commit 44bf1ae471

View File

@ -90,7 +90,7 @@ contract Helper is Registry {
using SafeMath for uint; using SafeMath for uint;
using SafeMath for uint256; using SafeMath for uint256;
address cdpAddr; // cups address cdpAddr;
function pethPEReth(uint ethNum) public view returns (uint rPETH) { function pethPEReth(uint ethNum) public view returns (uint rPETH) {
MakerCDP loanMaster = MakerCDP(cdpAddr); MakerCDP loanMaster = MakerCDP(cdpAddr);