Functions have different formats, structure
The function burn() lines 46 in DecentralizedStableCoin.sol does not return a value
However function mint() lines 57 DecentralizedStableCoin.sol returns a boolean
Informational: This has impact on code quality, code interpretation, code readability, maintanability and auditability
Manual Analysis
It is recommended that such functions that are diametric and appear to do opposite of each other have same format and structure. Therefore either both functions return a boolean value, or both functions must not return anything.
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.