fixed compound proxy logic

This commit is contained in:
Thrilok kumar 2019-10-05 13:52:34 +05:30
parent cee413bc88
commit 67835fa68c

View File

@ -168,7 +168,7 @@ contract CompoundResolver is Helpers {
erc20, erc20,
cErc20, cErc20,
tokenAmt, tokenAmt,
msg.sender address(this)
); );
} }