From 67835fa68cc3e864c105b9ba79619176f71c134c Mon Sep 17 00:00:00 2001 From: Thrilok kumar Date: Sat, 5 Oct 2019 13:52:34 +0530 Subject: [PATCH] fixed compound proxy logic --- 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 ce9b574..1fa2220 100644 --- a/contracts/ProxyLogics/InstaCompound.sol +++ b/contracts/ProxyLogics/InstaCompound.sol @@ -168,7 +168,7 @@ contract CompoundResolver is Helpers { erc20, cErc20, tokenAmt, - msg.sender + address(this) ); }