varname change

This commit is contained in:
Richa-iitr 2022-09-07 06:15:07 +05:30
parent 0952ebbcb4
commit 468469e460

View File

@ -6,7 +6,7 @@ contract Events {
event LogRewardsClaimed( event LogRewardsClaimed(
address indexed market, address indexed market,
address indexed account, address indexed account,
uint256 indexed totalClaimedInWei, uint256 indexed rewardsClaimed,
uint256 setId uint256 setId
); );
@ -14,7 +14,7 @@ contract Events {
address indexed market, address indexed market,
address indexed owner, address indexed owner,
address manager, address manager,
uint256 indexed totalClaimedInWei, uint256 indexed rewardsClaimed,
uint256 setId uint256 setId
); );
} }