mirror of
https://github.com/Instadapp/yield-contract.git
synced 2024-07-29 21:47:29 +00:00
removed storage variable
This commit is contained in:
parent
205a60f9d7
commit
052e05bc8d
|
@ -5,8 +5,6 @@ import { DSMath } from "../../../libs/safeMath.sol";
|
||||||
|
|
||||||
contract LogicOne {
|
contract LogicOne {
|
||||||
|
|
||||||
address poolToken;
|
|
||||||
|
|
||||||
function compCrvMine(uint amt) public {
|
function compCrvMine(uint amt) public {
|
||||||
// borrow from Compound & deposit in Curve (static logic for DAI)
|
// borrow from Compound & deposit in Curve (static logic for DAI)
|
||||||
// check if status is safe and only have assets in the specific tokens
|
// check if status is safe and only have assets in the specific tokens
|
||||||
|
@ -16,10 +14,6 @@ contract LogicOne {
|
||||||
// Withdraw from Curve and payback on Compound
|
// Withdraw from Curve and payback on Compound
|
||||||
}
|
}
|
||||||
|
|
||||||
constructor (address ethPool) public {
|
|
||||||
poolToken = address(ethPool);
|
|
||||||
}
|
|
||||||
|
|
||||||
receive() external payable {}
|
receive() external payable {}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user