The accountClaimed and accountSharesClaimed mappings are incorrectly updated in the PriorityPool::claimLSDTokens function. These mappings are supposed to store the total value of an account's claimed tokens, but instead of accumulating the claimed tokens, they are storing only the most recent claimed token amount.
The accountClaimed and accountSharesClaimed mappings are meant to store the cumulative claimed tokens of a particular account. However, instead of adding all previously claimed amounts, they are incorrectly updated with only the last claimed amount.
Incorrect calculation of claimed tokens amounts of a particular account.
update them as mentioned below :
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.