Contract - RToken.sol
function-flow -
transferFrom() -> super.transferFrom() -> _update -> super._update
Similar kind of issue in calculateDustAmount() function as well,
scaling is done in totalSupply() function.
then again scaling is done via -
The scaling of amount is already doen in parent caller function.
The scaling is done again in child function.
so, scaling is done 2 times.
Twice scaling will lead to prision issue. and incorrect accounting.
Manual
Remove one extra scaling.
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.