added event log leverage compound

This commit is contained in:
Samyak Jain 2019-07-18 21:29:30 +05:30
parent c848f16e71
commit 75e0788741

View File

@ -370,12 +370,13 @@ contract CompoundSave is CompoundResolver {
setApproval(getAddressDAI(), daiToSwap, getAddressSplitSwap());
uint destAmt = SplitSwapInterface(getAddressSplitSwap()).daiToEthSwap(daiToSwap, splitAmt, slippageAmt);
mintCEth(destAmt);
emit LogLeverageCompound(daiToSwap, destAmt);
}
}
contract InstaCompSave is CompoundResolver {
contract InstaCompSave is CompoundSave {
uint public version;