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

This commit is contained in:
Thrilok kumar 2022-08-01 12:51:31 +05:30 committed by GitHub
parent 472ddf20ab
commit 984f06531e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ contract EulerIncentives is Helpers, Events {
setUint(setId, amt); setUint(setId, amt);
_eventName = "LogClaimed(address,address,uint256,uint256,uint256)"; _eventName = "LogClaimed(address,address,uint256,uint256)";
_eventParam = abi.encode(user, token, amt, setId); _eventParam = abi.encode(user, token, amt, setId);
} }
} }