using memory keyword is inefficient in this case, as we are not manipulating the variable in any way and thus can use the cheaper, immutable, calldata.
Unnecessary gas costs, it is cheaper to use calldata
it is cheaper to use calldata, i.e :'function setPassword(string memory newPassword) '
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.