in DebtToken.sol
contract _update
function emits amount
but while updating it uses scaledAmount
. so the emit amount is different .
In DebtToken.sol
contract _update
function emits amount
but while updating it uses scaledAmount
. so the emit amount is different .
In super._update
it takes scaledAmount and updates the parameters , but while emiting it emits amount
.
It will emit the amount
in place of scaledAmount
.
Manual Review
Emit the scaledAmount
in place of amount
.
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.