diff --git a/contracts/logics/exchangeRate/ethLogic.sol b/contracts/logics/exchangeRate/ethLogic.sol index 1924193..34e3b3a 100644 --- a/contracts/logics/exchangeRate/ethLogic.sol +++ b/contracts/logics/exchangeRate/ethLogic.sol @@ -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);