claimLSDTokens in PriorityPool.sol will not work if there is more than one claim and if the second claim is greater than the first claim because of underflow.
The claimLSDToken() sets accountClaimed[account] to _amount after verifying the merkle tree entry.
If there is a new claim, amountToClaim will overflow because accountClaimed[account] is greater than _amount.
If Alice claims 5 tokens for the first time, and is eligible to claim 10 tokens another time, the second time would not work.
Cannot claim tokens.
Manual Review
Recommend checking whether the accountClaimed[account] is greater than _amount, and adding the difference.
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.