Fixed claim event

This commit is contained in:
Thrilok kumar 2021-10-12 14:42:44 +05:30 committed by GitHub
parent e28def660c
commit 3229bddfcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,7 +117,7 @@ abstract contract PoolTogetherResolver is Events, DSMath, Basic {
setUint(setId, claimed);
_eventName = "LogClaim(address,address, uint256, uint256)";
_eventName = "LogClaim(address,address,uint256,uint256)";
_eventParam = abi.encode(address(tokenFaucet), address(this), claimed, setId);
}