Update contracts/mainnet/connectors/euler/main.sol

Co-authored-by: 0xPradyuman <63545809+pradyuman-verma@users.noreply.github.com>
This commit is contained in:
Shriya Tyagi 2022-07-07 17:03:54 +04:00 committed by GitHub
parent f5fa8a429d
commit ce50ce0024
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -411,7 +411,7 @@ abstract contract Euler is Helpers {
setUint(setId, _amt);
_eventName = "LogApproveDebt(uint256,address,address,uint256)";
_eventParam = abi.encode(subAccountId, debtReceiver, token, amt);
_eventParam = abi.encode(subAccountId, debtReceiver, token, _amt);
}
struct swapHelper {