From aa06ba9743884a68c2131c9696bd9eb1baf16727 Mon Sep 17 00:00:00 2001 From: Samyak Jain Date: Mon, 3 Jun 2019 18:29:24 +0530 Subject: [PATCH] bug fix --- contracts/ProxyLogics/InstaCompound.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/ProxyLogics/InstaCompound.sol b/contracts/ProxyLogics/InstaCompound.sol index 3f0ce18..7b706a2 100644 --- a/contracts/ProxyLogics/InstaCompound.sol +++ b/contracts/ProxyLogics/InstaCompound.sol @@ -193,7 +193,7 @@ contract CompoundResolver is Helpers { emit LogRedeem( erc20, cErc20, - tokenAmt, + tokenToReturn, address(this) ); }