Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add penalty fee in claim event #30

Closed
ayodeko opened this issue Jun 11, 2024 · 0 comments · Fixed by #31
Closed

Add penalty fee in claim event #30

ayodeko opened this issue Jun 11, 2024 · 0 comments · Fixed by #31

Comments

@ayodeko
Copy link
Contributor

ayodeko commented Jun 11, 2024

changed Claim event to PenaltyClaim
from emit Claim(msg.sender, pending);
to
PenaltyClaim(msg.sender, pending, penalityAmount, pool.totalPenalties);

@ayodeko ayodeko converted this from a draft issue Jun 11, 2024
@ayodeko ayodeko linked a pull request Jun 11, 2024 that will close this issue
@Alina1906 Alina1906 moved this from In Progress to Done in Stakepad Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants