In DecentralizedStableCoin.sol, function burn() and mint() have uint256 _amount as their argument; but on line 47 and 61 _amount is being checked for zero and negative values even though uint cannot have negative values.
Even though very minor but it can cause higher gas fee for function execution since <= operation is more expensive as compared to ==
Check only for equality like so -
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.