removed TODO

This commit is contained in:
Thrilok Kumar 2020-09-24 17:49:11 +05:30
parent ae78b9df99
commit ebb6343977

View File

@ -3,7 +3,6 @@ pragma solidity ^0.6.8;
import { DSMath } from "../../libs/safeMath.sol";
// TODO - have to check y pool virtual price
interface CTokenInterface {
function borrowBalanceCurrent(address account) external returns (uint256);
function exchangeRateCurrent() external returns (uint256);