mirror of
https://github.com/Instadapp/InstaContract.git
synced 2024-07-29 22:47:45 +00:00
Fix failing build.
This commit is contained in:
parent
a78dcd5e0c
commit
d682e01595
|
@ -142,9 +142,13 @@ contract LoopNewCDP is GlobalVar {
|
||||||
resolveBank.transferCDPInternal(uint(cup), msg.sender);
|
resolveBank.transferCDPInternal(uint(cup), msg.sender);
|
||||||
}
|
}
|
||||||
|
|
||||||
emit LevNewCDP(uint(cup), msg.sender, eth2Lock, dai2Mint);
|
emit LevNewCDP(
|
||||||
|
uint(cup),
|
||||||
|
msg.sender,
|
||||||
|
eth2Lock,
|
||||||
|
dai2Mint
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -164,5 +168,4 @@ contract LeverageCDP is LoopNewCDP {
|
||||||
function freeze(bool stop) public onlyAdmin {
|
function freeze(bool stop) public onlyAdmin {
|
||||||
freezed = stop;
|
freezed = stop;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user