Incorrect function visibilty of the burn()
function in DecentralizedStableCoin.sol
.
In DecentralizedStableCoin.sol
the function burn()
has public visibility.
Since the function is not called with the contract, there is no reason for it to be set to public
. external
is the proper level of visibility and it also costs less gas and is consistent with the mint
function.
Low
Manual Review
Change visibility of the burn()
function to external
.
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.