From ebb634397761933cc215ab047cdd5c40d17a00f6 Mon Sep 17 00:00:00 2001 From: Thrilok Kumar Date: Thu, 24 Sep 2020 17:49:11 +0530 Subject: [PATCH] removed TODO --- contracts/logics/exchangeRate/ethLogic.sol | 1 - 1 file changed, 1 deletion(-) 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);