The Total Stake computed from LiquidationPool::getStakeTotal() looks like a wrong calculation.
getStakeTotal loops over the positions for holders and computes the stake total. In this process of computation, the call is delegated to stake function,
which returns either TST position or EUROs position based on the below condition.
As such, the stake computation is a combined sum of TST and EURO positions across holders mixed up. They are two different assets and treating them
interchangeably does not seem correct.
Incorrect total stake
Manual Review
Revisit the getStakeTotal logic to accurately compute the stake.
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.