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) ); }